will702's picture
Upload folder using huggingface_hub
eab734a verified
Raw
History Blame Contribute Delete
265 Bytes
"""Statement → TikZ: olympiad geometry diagrams from natural language."""
from statement_to_tikz.ir import GeometryIR, SolvedScene
from statement_to_tikz.pipeline import run_pipeline
__all__ = ["GeometryIR", "SolvedScene", "run_pipeline"]
__version__ = "0.1.0"