mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-16 20:57:50 +01:00
8 lines
223 B
Python
8 lines
223 B
Python
from pathlib import Path
|
|
|
|
from groovy.transpiler import TranspilerError, transpile
|
|
|
|
__version__ = Path(__file__).parent.joinpath("version.txt").read_text().strip()
|
|
|
|
__all__ = ["__version__", "transpile", "TranspilerError"]
|