Skip to content
Snippets Groups Projects
Select Git revision
  • 6b31ef775b0a012701d5d889f33548b7abbc87da
  • main default
  • y3
  • y1
4 results

__main__.py

Blame
  • __main__.py 82 B
    #!/usr/bin/env python3
    
    from mc_openapi.app_config import app
    
    app.run(port=8080)