diff options
Diffstat (limited to 'kennel/engine/components/component.py')
| -rw-r--r-- | kennel/engine/components/component.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kennel/engine/components/component.py b/kennel/engine/components/component.py index 9f56407..90506b9 100644 --- a/kennel/engine/components/component.py +++ b/kennel/engine/components/component.py @@ -5,6 +5,7 @@ from enum import Enum class ComponentType(str, Enum): POSITION = "POSITION" CONTROLLABLE = "CONTROLLABLE" + MARKOV = "MARKOV" class Component: |
