Files
PointsBot/PointsBot.py
2020-05-10 15:25:20 -07:00

5 lines
98 B
Python

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