Skip to content

Commit

Permalink
chore: export Shape
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Oct 10, 2024
1 parent 91d62f0 commit 6d11b49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/py_d2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .connection import D2Connection
from .connection import Direction
from .diagram import D2Diagram
from .shape import D2Shape
from .shape import D2Shape, Shape
from .shape import D2Text
from .style import D2Style

Expand All @@ -13,4 +13,5 @@
"D2Shape",
"D2Text",
"D2Style",
"Shape"
]

0 comments on commit 6d11b49

Please sign in to comment.