mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
4 lines
92 B
Python
4 lines
92 B
Python
"""Module allowing for ``python -m flake8 ...``."""
|
|
from flake8.main import cli
|
|
|
|
cli.main()
|