Skip to content

Commit

Permalink
Add utils to the top level package (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Jul 11, 2024
1 parent 1f6bf75 commit 777b9c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
sequential,
single_table,
version,
utils,
)

__all__ = [
Expand All @@ -47,6 +48,7 @@
'sequential',
'single_table',
'version',
'utils',
]


Expand Down

0 comments on commit 777b9c8

Please sign in to comment.