5 lines
69 B
Python
5 lines
69 B
Python
#!/usr/bin/python
|
|
|
|
from pyflakes.scripts.pyflakes import main
|
|
main()
|