introspection
This commit is contained in:
15
docforge/__init__.py
Normal file
15
docforge/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
doc-forge — renderer-agnostic Python documentation compiler.
|
||||
|
||||
At this stage, doc-forge publicly exposes only the Introspection Layer.
|
||||
All the rendering, exporting, and serving APIs are intentionally private
|
||||
until their contracts are finalized.
|
||||
"""
|
||||
|
||||
from .loader import GriffeLoader
|
||||
from . import model
|
||||
|
||||
__all__ = [
|
||||
"GriffeLoader",
|
||||
"model",
|
||||
]
|
||||
Reference in New Issue
Block a user