summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manage.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/manage.py b/manage.py
deleted file mode 100644
index 311c9ac..0000000
--- a/manage.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import click
-
-from cli import cli
-
-cli = click.CommandCollection(sources=[cli])
-
-if __name__ == "__main__":
- cli()