Upload template/template_manager.py

This commit is contained in:
2026-03-19 13:54:33 +09:00
parent 24baaaf705
commit 7e124f885d

View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
템플릿 매니저
"""
class TemplateManager:
def __init__(self):
pass