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