diff --git a/03.Code/geulbeot_업로드용/handlers/briefing/__init__.py b/03.Code/geulbeot_업로드용/handlers/briefing/__init__.py new file mode 100644 index 0000000..f0545ff --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/briefing/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +""" +기획서(briefing) 처리 모듈 +""" +from .processor import BriefingProcessor \ No newline at end of file