This commit is contained in:
dekun
2026-05-25 13:36:36 +08:00
parent 3f1e2b17a1
commit d6d106d2cf
4 changed files with 11 additions and 0 deletions
+5
View File
@@ -6,8 +6,13 @@ from __future__ import annotations
import asyncio
import os
import sys
from pathlib import Path
_REPO_ROOT = Path(__file__).resolve().parent.parent
if str(_REPO_ROOT) not in sys.path:
sys.path.insert(0, str(_REPO_ROOT))
from env_load import load_hub_dotenv
load_hub_dotenv()