diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-07-19 22:30:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 22:30:15 +0200 |
| commit | ffc0db1ddf2f790fecaa67cdacec87f207e999e8 (patch) | |
| tree | 9938f5a242ca6bb1ac045dd7aed96b6097f6c629 /lib/elements/__init__.py | |
| parent | fdd3dbc956cd9d2be10bcbf4834e47dd89fcb754 (diff) | |
Convert to satin internally (3874)
Diffstat (limited to 'lib/elements/__init__.py')
| -rw-r--r-- | lib/elements/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/__init__.py b/lib/elements/__init__.py index bcb341e1..e1c35482 100644 --- a/lib/elements/__init__.py +++ b/lib/elements/__init__.py @@ -11,4 +11,4 @@ from .image import ImageObject from .satin_column import SatinColumn from .stroke import Stroke from .text import TextObject -from .utils import node_to_elements, nodes_to_elements +from .utils.nodes import iterate_nodes, node_to_elements, nodes_to_elements |
