Update aotse.py

This commit is contained in:
J-Doiron
2025-03-17 16:51:47 -07:00
parent ced3269dd5
commit d6f29f1761

View File

@@ -14,7 +14,7 @@ PARENT_DIR = str(Path(sys.path[0], ".."))
sys.path.append(PARENT_DIR)
from harness_utils.keras_service import KerasService
from harness_utils.steam import get_app_install_location, get_build_id
from harness_utils.steam import get_app_install_location, get_build_id, exec_steam_game
from harness_utils.output import (
DEFAULT_DATE_FORMAT,
DEFAULT_LOGGING_FORMAT,