Parse Markdown files into a structured Python object

This commit is contained in:
2026-05-03 21:37:00 +02:00
parent 2676994b11
commit 705f2c6178
15 changed files with 571 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
"""Command-line interface for markitect-tool."""
from markitect_tool.cli.main import main
__all__ = ["main"]