Spaces:
Running
Running
File size: 223 Bytes
658460c |
1 2 3 4 5 6 7 8 |
from pathlib import Path
from groovy.transpiler import TranspilerError, transpile
__version__ = Path(__file__).parent.joinpath("version.txt").read_text().strip()
__all__ = ["__version__", "transpile", "TranspilerError"]
|