generated from coulomb/repo-seed
Parse Markdown files into a structured Python object
This commit is contained in:
5
src/markitect_tool/cli/__init__.py
Normal file
5
src/markitect_tool/cli/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Command-line interface for markitect-tool."""
|
||||
|
||||
from markitect_tool.cli.main import main
|
||||
|
||||
__all__ = ["main"]
|
||||
Reference in New Issue
Block a user