diff --git a/specklepy/objects/structural_properties.py b/specklepy/objects/structural_properties.py index 1f6b2ff..af226c0 100644 --- a/specklepy/objects/structural_properties.py +++ b/specklepy/objects/structural_properties.py @@ -1,7 +1,7 @@ from enum import Enum from typing import Any, List, Optional -from structural_geometry import Axis +from .structural_geometry import Axis from .base import Base from .encoding import CurveArray, CurveTypeEncoding, ObjectArray