4 lines
88 B
Python
4 lines
88 B
Python
import os
|
|
|
|
DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data")
|