Last active 1728455982

nithir's Avatar nithir revised this gist 1728455982. Go to revision

1 file changed, 2 insertions

locate_script_origin.py(file created)

@@ -0,0 +1,2 @@
1 + import os
2 + print(os.path.dirname(os.path.realpath(__file__)))
Newer Older