diff --git a/daphne/__main__.py b/daphne/__main__.py new file mode 100644 index 0000000..2715716 --- /dev/null +++ b/daphne/__main__.py @@ -0,0 +1,3 @@ +from daphne.cli import CommandLineInterface + +CommandLineInterface.entrypoint()