6 lines
82 B
Python
6 lines
82 B
Python
import os
|
|
|
|
|
|
def getDataPath():
|
|
return os.path.join(os.path.dirname(__file__))
|