5 lines
98 B
Python
5 lines
98 B
Python
"""Entry point used for either runnning or freezing the bot."""
|
|
import pointsbot
|
|
|
|
pointsbot.run()
|