maloja/maloja

7 lines
160 B
Python
Executable File

#!/usr/bin/env python
import subprocess
subprocess.Popen(["python","server.py"],stdout=subprocess.DEVNULL,stderr=subprocess.DEVNULL)
print("Maloja started!")