Add gated changeset application and graph controls
This commit is contained in:
parent
3c15e26283
commit
78335c8973
20 changed files with 1813 additions and 453 deletions
|
|
@ -1,7 +1,14 @@
|
|||
"""Project-scoped documentation retrieval and isolated proposals."""
|
||||
"""Project-scoped documentation retrieval, proposals, and gated application."""
|
||||
|
||||
from .application import CanonicalApplicationService, CanonicalApplier, GenericCanonicalApplier
|
||||
from .errors import DocForgeError
|
||||
from .project import Project
|
||||
|
||||
__all__ = ["DocForgeError", "Project"]
|
||||
__version__ = "0.8.1"
|
||||
__all__ = [
|
||||
"CanonicalApplier",
|
||||
"CanonicalApplicationService",
|
||||
"DocForgeError",
|
||||
"GenericCanonicalApplier",
|
||||
"Project",
|
||||
]
|
||||
__version__ = "0.13.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue