def main(): logger.info('Alpha Bot v1.1') config = init_config() setup_logging(config) bot = Bot(config) bot.start()