diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-15 14:43:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-15 14:43:57 +0200 |
| commit | e257e83f313a2976347b0a30f58e66b7bcbc1235 (patch) | |
| tree | 5f579594ca61f5ea6f8495187aa6eee65e670590 /check/commands/cli_flask.py | |
| parent | 229ddbb5cbf228b13b44ecaa10ef931c68b97e5c (diff) | |
run flask
Diffstat (limited to 'check/commands/cli_flask.py')
| -rw-r--r-- | check/commands/cli_flask.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/check/commands/cli_flask.py b/check/commands/cli_flask.py deleted file mode 100644 index f2f4738..0000000 --- a/check/commands/cli_flask.py +++ /dev/null @@ -1,17 +0,0 @@ -# -------------------------------------------------------- -# wrapper for flask CLI API -# NB: python cli_flask.py run -# -------------------------------------------------------- - -import click - -from flask.cli import FlaskGroup -from app.server.create import create_app - -cli = FlaskGroup(create_app=create_app) - -# -------------------------------------------------------- -# Entrypoint -# -------------------------------------------------------- -if __name__ == '__main__': - cli() |
