Skip to content

Commit a1a70eb

Browse files
committed
Create _constants.py
1 parent 4f35007 commit a1a70eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

chebai/ensemble/_constants.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
MODEL_CLS_PATH = "model_class_path"
2+
MODEL_LBL_PATH = "model_labels_path"
3+
MODEL_CKPT_PATH = "model_ckpt_path"
4+
5+
WRAPPER_CLS_PATH = "wrapper_class_path"
6+
7+
READER_CLS_PATH = "reader_class_path"
8+
READER_KWARGS = "reader_kwargs"

0 commit comments

Comments
 (0)