github-actions
Deploy OCR worker from GitHub Actions
9614fd7
Raw
History Blame Contribute Delete
149 Bytes
"""Manim geometry script generation and rendering (worker-safe, no LLM agents)."""
from .renderer import RendererAgent
__all__ = ["RendererAgent"]