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