wow-token-app-bot/main.py
Emily Doherty c78ced85ca Very Initial MVP
There is so much more to do, but I think it is time to commit this to VCS
2024-11-30 03:27:32 -08:00

6 lines
113 B
Python

import token_bot.token_bot as token_bot
if __name__ == '__main__':
bot = token_bot.TokenBot()
bot.run()