File "__main__.py"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/cloudlinux/venv/lib64/python3.11/site-packages/pydocstyle/__main__.py
File size: 288 bytes
MIME-type: text/x-script.python
Charset: utf-8
#! /usr/bin/env python
"""Static analysis tool for checking docstring conventions and style.
The repository is located at:
http://github.com/PyCQA/pydocstyle
"""
__all__ = ()
def main() -> None:
from pydocstyle import cli
cli.main()
if __name__ == '__main__':
main()