4 lines
92 B
Python
4 lines
92 B
Python
"""Module allowing for ``python -m flake8 ...``."""
|
|
from flake8.main import cli
|
|
|
|
cli.main()
|