2026-02-01 09:31:38 +01:00

6 lines
105 B
Python

from pyflakes.api import main
# python -m pyflakes
if __name__ == '__main__':
main(prog='pyflakes')