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