#!/usr/bin/env python3 """ run_bot.py — Local development only (polling mode). HuggingFace Spaces တွင် ဤ file ကို run မလုပ်ပါ။ Webhook mode သည် app.py ထဲမှ automatically start ဖြစ်သည်။ """ from bot import main if __name__ == "__main__": main()