Defined SCD services interface
This commit is contained in:
parent
6723bd590b
commit
9b3a4c5a44
2 changed files with 69 additions and 0 deletions
21
bootstrap/primitive.py
Normal file
21
bootstrap/primitive.py
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
from state.base import State, UUID
|
||||
|
||||
|
||||
def bootstrap_type_type(model_root: UUID, state: State) -> UUID:
|
||||
pass
|
||||
|
||||
|
||||
def bootstrap_boolean_type(model_root: UUID, state: State) -> UUID:
|
||||
pass
|
||||
|
||||
|
||||
def bootstrap_integer_type(model_root: UUID, state: State) -> UUID:
|
||||
pass
|
||||
|
||||
|
||||
def bootstrap_float_type(model_root: UUID, state: State) -> UUID:
|
||||
pass
|
||||
|
||||
|
||||
def bootstrap_string_type(model_root: UUID, state: State) -> UUID:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue