Files
test/handlers/__init__.py

8 lines
161 B
Python

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