Freeze the app for user-friendly distribution & usage

This commit is contained in:
Collin Rapp
2020-05-10 11:26:09 -07:00
parent 176f3f6f0e
commit fb03e9fff5
10 changed files with 242 additions and 69 deletions

3
PointsBot.py Normal file
View File

@@ -0,0 +1,3 @@
"""Dummy file used for either runnning or freezing the bot."""
import pointsbot
pointsbot.run()