Skip to content
Snippets Groups Projects
Select Git revision
  • 13c0a90ddb12d3f9267ee99bf0a12eb5e4c9152c
  • main default
2 results

commands.h

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