# app.py import subprocess # Launch the Telegram bot subprocess.Popen(["python3", "bot.py"]).wait()