Skip to content

Commit

Permalink
tom readdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Jun 16, 2024
1 parent 1298909 commit 54db5e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sempy_labs/tom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from sempy_labs.tom.model import TOMWrapper, connect_semantic_model
from sempy_labs.tom.model import TOMWrapper as TOMWrapper, connect_semantic_model as connect_semantic_model

__all__ = [
"TOMWrapper",
"connect_semantic_model"
#"TOMWrapper",
#"connect_semantic_model"
]

0 comments on commit 54db5e5

Please sign in to comment.