mirror of
https://github.com/LostArtefacts/TR2X.git
synced 2024-11-23 05:50:01 +00:00
5 lines
105 B
Python
Executable File
5 lines
105 B
Python
Executable File
#!/usr/bin/env python3
|
|
from libtrx.versioning import generate_version
|
|
|
|
print(generate_version(), end="")
|