This commit is contained in:
Joeri Exelmans 2025-02-05 16:26:22 +01:00
parent 86cd7027f3
commit e0136937b9

View file

@ -2,15 +2,7 @@ from state.base import State, UUID
from services.bottom.V0 import Bottom from services.bottom.V0 import Bottom
from services.primitives.boolean_type import Boolean from services.primitives.boolean_type import Boolean
from services.primitives.string_type import String from services.primitives.string_type import String
from bootstrap.primitive import ( from bootstrap.primitive import bootstrap_primitive_types
bootstrap_primitive_types
# bootstrap_boolean_type,
# bootstrap_float_type,
# bootstrap_integer_type,
# bootstrap_string_type,
# bootstrap_type_type,
# bootstrap_actioncode_type
)
def create_model_root(bottom: Bottom, model_name: str) -> UUID: def create_model_root(bottom: Bottom, model_name: str) -> UUID: