6 lines
92 B
Python
6 lines
92 B
Python
from . import Config
|
|
from os import path
|
|
from pathlib import Path
|
|
|
|
data = Path(Config.DATA)
|