Update handlers/__init__.py

This commit is contained in:
2026-03-19 12:52:45 +09:00
parent 609740baff
commit d2c6c4702a

View File

@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
"""
handlers 패키지
문서 유형별 처리 로직과 템플릿 관리
문서 유형별 처리 로직 분리 관리
"""
from .template.doc_template_analyzer import DocTemplateAnalyzer