import os import sys if __name__ == "__main__": os.system("gunicorn -w 4 -b 0.0.0.0:1025 app:app")