Your IP : 216.73.216.213


Current Path : /proc/242857/root/opt/alt/python37/lib/python3.7/site-packages/pydocstyle/
Upload File :
Current File : //proc/242857/root/opt/alt/python37/lib/python3.7/site-packages/pydocstyle/__main__.py

#! /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():
    from pydocstyle import cli
    cli.main()


if __name__ == '__main__':
    main()