6 lines
89 B
Python
6 lines
89 B
Python
"""CLI interface using Click."""
|
|
|
|
from .main import main, cli
|
|
|
|
__all__ = ["main", "cli"]
|