| 1234 |
- """Python T-Core for model transformations, using Himesis and the ModelVerseState (as graph backend). Based on previous work on AToMPM, the Modelverse and model transformations."""
- __version__ = "0.0.0"
- __version_info__ = tuple((int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")))
|