stratego-human-vs-ai / stratego\__init__.py
DarshanScripts's picture
Upload stratego\__init__.py with huggingface_hub
1d1bddb verified
raw
history blame contribute delete
222 Bytes
"""
Stratego AI Game Package
"""
from stratego.prompt_manager import PromptManager
from stratego.game_analyzer import analyze_and_update_prompt
__all__ = [
"PromptManager",
"analyze_and_update_prompt"
]