diff --git a/03.Code/geulbeot_업로드용/handlers/template/__init__.py b/03.Code/geulbeot_업로드용/handlers/template/__init__.py new file mode 100644 index 0000000..5e2e24c --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/template/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +""" +템플릿 처리 패키지 +""" +from .processor import TemplateProcessor