Add templates and MCP server modules
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-29 13:25:00 +00:00
parent 5713a92bf5
commit 32fc493a90

View File

@@ -0,0 +1,5 @@
"""Templates module for customizable context output."""
from contextgen.templates.engine import TemplateEngine
__all__ = ["TemplateEngine"]