"""HuggingFace Spaces entrypoint: Telegram bot webhook server + platform loop. For the headless polling loop without the bot, run `python -m src.core.main`. """ from src.telegram_bot.server import main if __name__ == "__main__": main()