From 777b9c806a597701c97df7e589f18ece74640eb8 Mon Sep 17 00:00:00 2001 From: Plamen Valentinov Kolev <41479552+pvk-developer@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:43:09 +0200 Subject: [PATCH] Add utils to the top level package (#2120) --- sdv/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdv/__init__.py b/sdv/__init__.py index cd9579c00..b966a5196 100644 --- a/sdv/__init__.py +++ b/sdv/__init__.py @@ -30,6 +30,7 @@ sequential, single_table, version, + utils, ) __all__ = [ @@ -47,6 +48,7 @@ 'sequential', 'single_table', 'version', + 'utils', ]