Files
deepseek-python/config.py
T
2026-05-14 18:38:09 +03:00

7 lines
159 B
Python

import sys
from pathlib import Path
# Add the python directory to sys.path for imports
python_dir = Path(__file__).parent
sys.path.insert(0, str(python_dir))