Skip to content

Commit

Permalink
🔨 CommentPatterns spec class is now public.
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 7, 2024
1 parent 7d1b5f3 commit d0d5035
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,8 +7,10 @@
from ozi.spec._spec import Metadata
from ozi.spec._spec import Spec
from ozi.spec._spec import current_version
from ozi.spec.src import CommentPatterns

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

0 comments on commit d0d5035

Please sign in to comment.