Skip to content

Commit

Permalink
Add consts for context issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardomovai committed Apr 18, 2024
1 parent 68b1930 commit ea20316
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 ea20316

Please sign in to comment.