Skip to content

Commit

Permalink
Merge pull request #151 from MOV-AI/bugfix/RP-2100-fix-context-issue
Browse files Browse the repository at this point in the history
Add consts for context issue fix
  • Loading branch information
duartecoelhomovai authored Apr 18, 2024
2 parents 68b1930 + ea20316 commit 069cbdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions movai_core_shared/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
]

MOVAI_INIT = "MovAI/Init"
MOVAI_TRANSITION = "MovAI/Transition"
MOVAI_TRANSITIONFOR = "MovAI/TransitionFor"
MOVAI_TRANSITIONTO = "MovAI/TransitionTo"
MOVAI_CONTEXTCLIENTIN = "MovAI/ContextClientIn"
MOVAI_DEPENDS = "MovAI/Depends"
MOVAI_DEPENDENCY = "MovAI/Dependency"

Expand Down

0 comments on commit 069cbdc

Please sign in to comment.