f9ede83 c0f55ca f9ede83 c0f55ca f9ede83 11531c9
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python3 """ run_bot.py — bot.py ကို VPS မှာ run သည် start.sh မှ background process အဖြစ် ခေါ်သည် """ from bot import main if __name__ == "__main__": main()