jhj0517 commited on
Commit
b0fa820
1 Parent(s): 51f1b25

add constants

Browse files
Files changed (1) hide show
  1. modules/constants.py +2 -0
modules/constants.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ AUTOMATIC_MODE = "Automatic"
2
+ BOX_PROMPT_MODE = "Box Prompt"