Files
PointsBot/PointsBot.py

5 lines
98 B
Python
Raw Normal View History

"""Entry point used for either runnning or freezing the bot."""
import pointsbot
pointsbot.run()