Skip to content
Snippets Groups Projects
Select Git revision
  • 09e6a3f5ff7da9a30bd860aad11ff16f1b0f3e1f
  • master default protected
2 results

main.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    wsgi.py 85 B
    from scheduler import create_app_wsgi
    
    app = application = create_app_wsgi()  # noqa