Upload handlers/__init__.py

This commit is contained in:
2026-03-19 13:27:53 +09:00
parent b430b610d0
commit 9e899d8a9e

View File

@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
"""
handlers 패키지
문서 유형별 처리 로직을 분리하여 관리
"""
from .template.doc_template_analyzer import DocTemplateAnalyzer