Initial Spatial Lab release with verified Blender bridge
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user