Spaces:
Running
Running
File size: 186 Bytes
bdafe83 |
1 2 3 4 5 6 7 8 9 |
import os
ROOT_DIR = (
os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) + os.path.sep
)
EXAMPLES_DIR = os.path.join(ROOT_DIR, "examples")
__version__ = "0.1.16"
|