Files
_Geulbeot/03. Code/geulbeot_9th/handlers/template/__init__.py

3 lines
73 B
Python

from .processor import TemplateProcessor
__all__ = ['TemplateProcessor']