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