This commit is contained in:
6
src/docgen/models/__init__.py
Normal file
6
src/docgen/models/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
"""Models package."""
|
||||||
|
|
||||||
|
from docgen.models.endpoint import Endpoint, Parameter, Response, HTTPMethod, ParameterIn
|
||||||
|
from docgen.models.config import DocConfig, OutputFormat, Theme
|
||||||
|
|
||||||
|
__all__ = ["Endpoint", "Parameter", "Response", "HTTPMethod", "ParameterIn", "DocConfig", "OutputFormat", "Theme"]
|
||||||
Reference in New Issue
Block a user