jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
223 Bytes
from pathlib import Path
from groovy.transpiler import TranspilerError, transpile
__version__ = Path(__file__).parent.joinpath("version.txt").read_text().strip()
__all__ = ["__version__", "transpile", "TranspilerError"]