Files
_Geulbeot/03.Code/업로드용/handlers/__init__.py
2026-03-19 12:52:45 +09:00

9 lines
162 B
Python

# -*- coding: utf-8 -*-
"""
handlers 패키지
문서 유형별 처리 로직 분리 관리
"""
from .template.doc_template_analyzer import DocTemplateAnalyzer