Skip to content
Snippets Groups Projects
__main__.py 150 B
Newer Older
  • Learn to ignore specific revisions
  • Jonas Leder's avatar
    Jonas Leder committed
    #!/usr/bin/env python3
    
    from main import startup, app
    
    if(__name__ == "__main__"):
    
    Jonas Leder's avatar
    Jonas Leder committed
        startup(True) #start the webserver in production mode (waitress)