__init__.py 241 B

123456
  1. """Module containing all public entry-points for Flake8.
  2. This is the only submodule in Flake8 with a guaranteed stable API. All other
  3. submodules are considered internal only and are subject to change.
  4. """
  5. from __future__ import annotations