feat(naver-fetch): 스캐폴딩 + config

This commit is contained in:
2026-07-10 10:21:03 +09:00
parent 9abca3eeab
commit 6b0e91342c
8 changed files with 1205 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""services/ 루트를 sys.path에 추가 — from _shared... import 가능하게."""
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parent.parent))