Skip to content
Snippets Groups Projects
__main__.py 76 B
Newer Older
  • Learn to ignore specific revisions
  • from main import startup, app
    
    if(__name__ == "__main__"):
        startup(True)