3157f46 5e6aea7 3157f46
1
2
3
4
5
6
# app.py import subprocess # Launch the Telegram bot subprocess.Popen(["python3", "bot.py"]).wait()