Initial Spatial Lab release with verified Blender bridge

This commit is contained in:
emil28092005
2026-09-17 16:59:32 +03:00
commit 60d0018fa9
30 changed files with 58238 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
"""Spatial Lab: editable mathematical construction graphs and portable geometry."""
__version__ = "0.1.0"
from .kernel import build, register_operator
from .project import Project
__all__ = ["build", "register_operator", "Project"]