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