initial commit

This commit is contained in:
atagen 2020-07-09 19:02:28 +10:00
commit e81c41a74c
3 changed files with 130 additions and 0 deletions

4
setup.py Normal file
View file

@ -0,0 +1,4 @@
from distutils.core import setup
import py2exe
setup(console=['hello.py'])