5 lines
116 B
Python
Raw Normal View History

2024-10-29 10:49:46 +01:00
import os
import sys
catchPath = os.path.dirname(os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0]))))