Haobo Yuan
add omg code
b34d1d6
raw
history blame
186 Bytes
#!/usr/bin/env python
import os
with open(os.path.join(os.path.dirname(__file__), '..', 'VERSION')) as f:
version = f.read().strip()
if __name__ == "__main__":
print(version)