4 lines
113 B
Python
4 lines
113 B
Python
# You can use `pyinstaller -c game-backuper.py` to get a package version
|
|
from game_backuper import start
|
|
start()
|