Skip to content

Commit

Permalink
🐛 ozi.spec.base.Default now public as ozi.spec.Default
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 10, 2024
1 parent 235b16e commit 8556d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ozi/spec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
from ozi.spec._spec import Metadata
from ozi.spec._spec import Spec
from ozi.spec._spec import current_version
from ozi.spec.base import Default
from ozi.spec.src import CommentPatterns

__all__ = (
'CommentPatterns',
'Default',
'METADATA',
'Metadata',
'OZI',
Expand Down

0 comments on commit 8556d46

Please sign in to comment.