File size: 223 Bytes
9c6594c
 
 
 
 
 
 
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"]