from telegram_service.bot import run_bot

if __name__ == "__main__":
    print("Bot started...")
    run_bot()