mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-25 04:28:28 +00:00
7 lines
116 B
Python
7 lines
116 B
Python
import pybullet as p
|
|
import os
|
|
|
|
def getDataPath():
|
|
resdir = os.path.join(os.path.dirname(__file__))
|
|
return resdir
|