mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
5 lines
81 B
Python
Executable file
5 lines
81 B
Python
Executable file
#!/usr/bin/python
|
|
from flake8 import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|