From d2c6c4702aba1bfce0cd33e67c5dbb862e61077f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 12:52:45 +0900 Subject: [PATCH] Update handlers/__init__.py --- 03.Code/업로드용/handlers/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/03.Code/업로드용/handlers/__init__.py b/03.Code/업로드용/handlers/__init__.py index 9b0c143..3f2e5a7 100644 --- a/03.Code/업로드용/handlers/__init__.py +++ b/03.Code/업로드용/handlers/__init__.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- """ handlers 패키지 -문서 유형별 처리 로직과 템플릿 관리 +문서 유형별 처리 로직 분리 관리 """ from .template.doc_template_analyzer import DocTemplateAnalyzer +