\ The ``api_hour`` command line runner for launching API-Hour with container.
()
| 73 | |
| 74 | |
| 75 | def run(): |
| 76 | """\ |
| 77 | The ``api_hour`` command line runner for launching API-Hour with container. |
| 78 | """ |
| 79 | from . import Application |
| 80 | |
| 81 | Application("%(prog)s [OPTIONS] [APP_MODULE]").run() |
| 82 | |
| 83 | |
| 84 | if __name__ == '__main__': |
no test coverage detected