7 lines
195 B
Python
7 lines
195 B
Python
"""Project-scoped documentation retrieval and isolated proposals."""
|
|
|
|
from .errors import DocForgeError
|
|
from .project import Project
|
|
|
|
__all__ = ["DocForgeError", "Project"]
|
|
__version__ = "0.7.1"
|