4 lines
96 B
Python
4 lines
96 B
Python
"""Dummy file used for either runnning or freezing the bot."""
|
|
import pointsbot
|
|
pointsbot.run()
|