From d1efc8951484a2453493e42a50d7003cf9fa6af1 Mon Sep 17 00:00:00 2001 From: Work Date: Sun, 7 Sep 2025 18:06:40 +0200 Subject: [PATCH] testci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf9b567..39857f3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Have you ever written templates (Python/Jinja2) and wanted better type hint supp This is a Python library for creating reusable, template-based components using dataclasses. Supports standard string formatting and Jinja2 templating (from strings or files), component nesting, lifecycle hooks, and swappable component interfaces. -This library emerged to fix the difficulty of maintaining shared text in prompts throughout a codebase (particularly for LLMs), and the lack of strong type hints with existing templating engines. +This library emerged to fix the difficulty of maintaining shared text in prompts throughout a codebase (particularly for LLMs), and the lack of strong type hints with existing templating enginess. ## Overview