added cli

This commit is contained in:
2026-01-20 20:47:28 +05:30
parent 7c027834c0
commit 8b2d6a5046
13 changed files with 390 additions and 0 deletions

View File

@@ -8,10 +8,12 @@ until their contracts are finalized.
from .loader import GriffeLoader
from .renderers import MkDocsRenderer
from .cli import main
from . import model
__all__ = [
"GriffeLoader",
"MkDocsRenderer",
"model",
"main",
]