Files
PointsBot/pointsbot/__main__.py
2020-01-15 17:42:49 -08:00

5 lines
60 B
Python

from . import bot
if __name__ == '__main__':
bot.run()