Newer
Older
from main import startup, app
if(__name__ == "__main__"):
startup(True) #start the webserver in production mode (waitress)
from main import startup, app
if(__name__ == "__main__"):
startup(True) #start the webserver in production mode (waitress)