Add parity with `python -m flake8`

This commit is contained in:
Ian Cordasco 2016-02-19 19:38:27 -06:00
parent aa6766861e
commit 0c968f7a15

4
flake8/__main__.py Normal file
View file

@ -0,0 +1,4 @@
"""Module allowing for ``python -m flake8 ...``."""
from flake8.main import cli
cli.main()