Skip to content

Commit

Permalink
Update init imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Sep 24, 2024
1 parent d73a1a6 commit 29a409f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytabulator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""
from importlib.metadata import PackageNotFoundError, version
try:
Expand All @@ -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
Expand Down

0 comments on commit 29a409f

Please sign in to comment.