diff --git a/flake8/__main__.py b/flake8/__main__.py new file mode 100644 index 0000000..42bc428 --- /dev/null +++ b/flake8/__main__.py @@ -0,0 +1,4 @@ +"""Module allowing for ``python -m flake8 ...``.""" +from flake8.main import cli + +cli.main()