6 lines
91 B
Python
6 lines
91 B
Python
"""CLI module for code-doc-cli."""
|
|
|
|
from .main import cli, main
|
|
|
|
__all__ = ["cli", "main"]
|