파일명 주석 추가

This commit is contained in:
2025-07-11 09:31:01 +09:00
parent f760723067
commit 3b73517cfa

1
run.py
View File

@ -1,3 +1,4 @@
# run.py
import os, sys
# 프로젝트 루트 기준 경로 추가
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib')))