6 lines
100 B
Python
6 lines
100 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
템플릿 처리 패키지
|
|
"""
|
|
from .processor import TemplateProcessor
|