From 29a409fcebeef38de336b491c2b94d60f315d430 Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Tue, 24 Sep 2024 16:42:34 +0200 Subject: [PATCH] Update init imports --- pytabulator/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pytabulator/__init__.py b/pytabulator/__init__.py index 4b66192..233257d 100644 --- a/pytabulator/__init__.py +++ b/pytabulator/__init__.py @@ -1,3 +1,4 @@ +""" from importlib.metadata import PackageNotFoundError, version try: @@ -12,7 +13,8 @@ from ._table_options_dc import TableOptionsDC as TableOptions # print("dataclass") - +""" +from .tabulator_options import TabulatorOptions as TableOptions # from ._table_options_pydantic import TableOptionsPydantic as TableOptions from .shiny_bindings import output_tabulator, render_data_frame, render_tabulator from .tabulator import Tabulator