---------------------------------------------------------------------- This is the API documentation for the gdtest_config_display library. ---------------------------------------------------------------------- ## Classes Core classes Style(color: str = '#333', font_size: int = 14) Style configuration. Parameters ---------- color CSS color value. font_size Font size in pixels. ## Functions Public functions render(template: str, **kwargs) -> str Render a template string. Parameters ---------- template Template string with placeholders. **kwargs Values for placeholders. Returns ------- str Rendered string.