Skip to content

Commit

Permalink
remove structural classes
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Dec 5, 2024
1 parent 6c154b0 commit 9358496
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 902 deletions.
3 changes: 1 addition & 2 deletions src/specklepy/objects/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Builtin Speckle object kit."""

from specklepy.objects import encoding, geometry, other, primitive, structural, units
from specklepy.objects import encoding, geometry, other, primitive, units
from specklepy.objects.base import Base

__all__ = [
Expand All @@ -9,6 +9,5 @@
"geometry",
"other",
"units",
"structural",
"primitive",
]
142 changes: 0 additions & 142 deletions src/specklepy/objects/structural/__init__.py

This file was deleted.

49 changes: 0 additions & 49 deletions src/specklepy/objects/structural/analysis.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/specklepy/objects/structural/axis.py

This file was deleted.

110 changes: 0 additions & 110 deletions src/specklepy/objects/structural/geometry.py

This file was deleted.

Loading

0 comments on commit 9358496

Please sign in to comment.