4 lines
66 B
Python
4 lines
66 B
Python
import os
|
|
|
|
data_dir = os.path.realpath(os.path.dirname(__file__))
|
import os
|
|
|
|
data_dir = os.path.realpath(os.path.dirname(__file__))
|