gitget_test/standalone.py
2023-12-29 12:42:49 +00:00

4 lines
58 B
Python

import os
print("I am working!")
print(os.getenv("HOME"))