Use nuitka for compiling, reorganize py files

This commit is contained in:
adrienmalin
2018-08-19 23:28:22 +02:00
parent 8139bf8154
commit 54bce41d50
13 changed files with 2140 additions and 2176 deletions

7
source/__version__.py Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
__author__ = "Adrien Malingrey"
__title__ = "Tetris 2000"
__version__ = "0.3"