#!/usr/bin/env python # -*- coding: utf-8 -*- from bot import Bot if __name__ == "__main__": bot = Bot() bot.start()