[add] cli와 tradingagents 모듈 위치 변경

This commit is contained in:
김희수 2025-07-07 20:44:49 +09:00
parent 036b0f64ad
commit 46a1c95af1
44 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), '../../..'))
import logging
from sqlmodel import Session
from analysis.domain.repository.analysis_repo import IAnalysisRepository