Skip to content
Snippets Groups Projects
Select Git revision
  • b6dfc503a6766705dd1b460fc234cc517c94ff0a
  • master default
2 results

uml_test3.md

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