main.py 116 B

1234
  1. import subprocess
  2. if __name__ == '__main__':
  3. subprocess.run(['python3', 'bot/bot.py'], shell=True, check=True)