5 lines
85 B
Python
5 lines
85 B
Python
|
# standard imports
|
||
|
import os
|
||
|
|
||
|
data_dir = os.path.dirname(os.path.realpath(__file__))
|