plexpy/lib/cheroot/__main__.py
2019-11-23 19:03:04 -08:00

7 lines
109 B
Python

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