Last active 1728455982

locate_script_origin.py Raw
1import os
2print(os.path.dirname(os.path.realpath(__file__)))