.pyi fixes

This commit is contained in:
2026-01-20 20:50:59 +05:30
parent 8b2d6a5046
commit 778a986262
7 changed files with 26 additions and 7 deletions

View File

@@ -3,4 +3,9 @@ from .renderers import MkDocsRenderer
from .cli import main
from . import model
__all__: list[str]
__all__ = [
"GriffeLoader",
"MkDocsRenderer",
"model",
"main",
]