Add templates and MCP server modules
This commit is contained in:
5
src/contextgen/templates/__init__.py
Normal file
5
src/contextgen/templates/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
"""Templates module for customizable context output."""
|
||||||
|
|
||||||
|
from contextgen.templates.engine import TemplateEngine
|
||||||
|
|
||||||
|
__all__ = ["TemplateEngine"]
|
||||||
Reference in New Issue
Block a user