Files
PointsBot/PointsBot.py

4 lines
96 B
Python
Raw Normal View History

"""Dummy file used for either runnning or freezing the bot."""
import pointsbot
pointsbot.run()