theapemachine commited on
Commit
d2f7353
·
verified ·
1 Parent(s): 09e7749

Remove legacy: tensegrity/legacy/__init__.py

Browse files
Files changed (1) hide show
  1. tensegrity/legacy/__init__.py +0 -5
tensegrity/legacy/__init__.py DELETED
@@ -1,5 +0,0 @@
1
- """Legacy compatibility modules for architectures superseded by the unified field."""
2
-
3
- from . import v1
4
-
5
- __all__ = ("v1",)