2025-05-16 18:00:22 +04:00

5 lines
87 B
Python

VERSION = "4.0.1"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201