#!/usr/bin/env python3
from main import startup, app

if(__name__ == "__main__"):
    startup(True) #start the webserver in production mode (waitress)