Files
game-backuper/game-backuper.py
2021-09-06 13:21:38 +08:00

4 lines
113 B
Python

# You can use `pyinstaller -c game-backuper.py` to get a package version
from game_backuper import start
start()