Transfinity_bot / app.py
Nurbot's picture
Create app.py
3157f46 verified
raw
history blame contribute delete
101 Bytes
# app.py
import subprocess
# Launch the Telegram bot
subprocess.Popen(["python3", "bot.py"]).wait()