diff --git a/03.Code/geulbeot_업로드용/handlers/__init__.py b/03.Code/geulbeot_업로드용/handlers/__init__.py new file mode 100644 index 0000000..d6141c9 --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/__init__.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +""" +handlers 패키지 +문서 유형별 처리 로직을 분리하여 관리 +""" + +from .template.doc_template_analyzer import DocTemplateAnalyzer +