파일 설명 업데이트

This commit is contained in:
2025-07-21 17:34:18 +09:00
parent bda3efc7df
commit b8a73eb35d

View File

@ -1,3 +1,9 @@
# ga4.py
'''
퍼스트가든 구글 애널리틱스 API를 활용해 관련 데이터를 DB에 저장함
병렬 처리를 통해 처리 속도 향상
'''
import sys, os
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))