From 2399b391da1c6eafeca2e29cf0077c0e4aec87ca 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 09:16:53 +0900 Subject: [PATCH] Upload handlers/__init__.py --- 03.Code/업로드용/handlers/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 03.Code/업로드용/handlers/__init__.py diff --git a/03.Code/업로드용/handlers/__init__.py b/03.Code/업로드용/handlers/__init__.py new file mode 100644 index 0000000..9b0c143 --- /dev/null +++ b/03.Code/업로드용/handlers/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +""" +handlers 패키지 +문서 유형별 처리 로직과 템플릿 관리 +""" + +from .template.doc_template_analyzer import DocTemplateAnalyzer