7 lines
90 B
Python
Executable file
7 lines
90 B
Python
Executable file
import os.path
|
|
import appy
|
|
|
|
def getAppyPath():
|
|
return os.path.dirname(appy.__file__)
|
|
|