Skip to content

Commit

Permalink
feat(composer): add DocGenerator to module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 24, 2023
1 parent bee8ca0 commit 9df4fe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hyfi/composer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

from .composer import Composer, SpecialKeys
from .config import BaseConfig
from .docs import DocGenerator
from .generator import GENERATOR, PipeTargetTypes
from .model import BaseModel
from .settings import BaseSettings
Expand All @@ -21,6 +22,7 @@
"BaseSettings",
"Composer",
"ConfigDict",
"DocGenerator",
"field_validator",
"Field",
"FieldValidationInfo",
Expand Down

0 comments on commit 9df4fe6

Please sign in to comment.