BodyBalanceEvaluation/backend/venv/Lib/site-packages/flake8/api/__init__.py

7 lines
241 B
Python
Raw Normal View History

2025-07-31 17:23:05 +08:00
"""Module containing all public entry-points for Flake8.
This is the only submodule in Flake8 with a guaranteed stable API. All other
submodules are considered internal only and are subject to change.
"""
from __future__ import annotations