5 lines
106 B
Python
5 lines
106 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
기획서(briefing) 처리 모듈
|
|
"""
|
|
from .processor import BriefingProcessor |