// SYSTEM PANEL //
[ROOT]
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pydocstyle
[ PARENT ]
EDIT :: __init__.py
from ._version import __version__ # Temporary hotfix for flake8-docstrings from .checker import ConventionChecker, check from .parser import AllError from .violations import Error, conventions
SAVE
CANCEL