mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-10 15:20:40 +00:00
5 lines
92 B
Python
5 lines
92 B
Python
"""Module allowing for ``python -m flake8 ...``."""
|
|
from flake8.main import cli
|
|
|
|
cli.main()
|