mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 03:26:52 +00:00
5 lines
115 B
Python
Executable file
5 lines
115 B
Python
Executable file
#!/home/tarek/dev/bitbucket.org/flk8/bin/python
|
|
from flake8.run import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|