mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-13 00:30:39 +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()
|