# This file is @generated by tarina.lang CLI tool # It is not intended for manual editing. # ruff: noqa: E402 from pathlib import Path from tarina.lang import lang # type: ignore[import-untyped] lang.load(Path(__file__).parent) from .model import Lang as Lang