From 3b73517cfaf0bb1f6cfa9a9e75d1af60905f0f58 Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 11 Jul 2025 09:31:01 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EB=AA=85=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index b3d2d5f..e10cab1 100644 --- a/run.py +++ b/run.py @@ -1,3 +1,4 @@ +# run.py import os, sys # 프로젝트 루트 기준 경로 추가 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib')))