__init__.py 324 B

1234
  1. """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."""
  2. __version__ = "0.0.0"
  3. __version_info__ = tuple((int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")))