6 lines
111 B
Python
6 lines
111 B
Python
|
|
"""Command-line interface for markitect-tool."""
|
||
|
|
|
||
|
|
from markitect_tool.cli.main import main
|
||
|
|
|
||
|
|
__all__ = ["main"]
|