Parse Markdown files into a structured Python object
This commit is contained in:
parent
2676994b11
commit
705f2c6178
15 changed files with 571 additions and 8 deletions
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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue