[console_scripts]
flake8-lazy = flake8_lazy.__main__:main

[flake8.extension]
LZY = flake8_lazy:LazyImportChecker

