diff --git a/03.Code/업로드용/handlers/briefing/__init__.py b/03.Code/업로드용/handlers/briefing/__init__.py index 811ca96..dc7c1f7 100644 --- a/03.Code/업로드용/handlers/briefing/__init__.py +++ b/03.Code/업로드용/handlers/briefing/__init__.py @@ -1 +1,5 @@ -# 브리핑 처리 패키지 +# -*- coding: utf-8 -*- +""" +기획서 (briefing) 처리 모듈 +""" +from .processor import BriefingProcessor \ No newline at end of file