7 lines
109 B
Python
7 lines
109 B
Python
|
"""Stub for accessing the Cheroot CLI tool."""
|
||
|
|
||
|
from .cli import main
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|