client-py/venv/lib/python3.12/site-packages/pydocstyle/__init__.py
2026-05-02 13:34:53 +05:00

6 lines
194 B
Python

from ._version import __version__
# Temporary hotfix for flake8-docstrings
from .checker import ConventionChecker, check
from .parser import AllError
from .violations import Error, conventions