4 lines
64 B
Python
Executable file
4 lines
64 B
Python
Executable file
import os.path
|
|
|
|
def getPath(): return os.path.dirname(__file__)
|