mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-10 20:38:26 +00:00
7 lines
98 B
Python
7 lines
98 B
Python
import os
|
|
|
|
|
|
def getDataPath():
|
|
resdir = os.path.join(os.path.dirname(__file__))
|
|
return resdir
|