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