DarshanScripts commited on
Commit
ce5d9cb
·
verified ·
1 Parent(s): 9544a00

Upload stratego/prompts/__init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. stratego/prompts/__init__.py +3 -0
stratego/prompts/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from .presets import PromptPack, get_prompt_pack, BASE, CONCISE, ADAPTIVE
2
+
3
+ __all__ = ["PromptPack", "get_prompt_pack", "BASE", "CONCISE", "ADAPTIVE"]