This repository has been archived on 2024-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-26/mockenv/lib/python3.6/site-packages/cheroot/__main__.py
2022-07-22 16:13:59 +05:30

7 lines
109 B
Python

"""Stub for accessing the Cheroot CLI tool."""
from .cli import main
if __name__ == '__main__':
main()