4 lines
50 B
Python
4 lines
50 B
Python
from pathlib import Path
|
|
|
|
BASE = Path('cache')
|
from pathlib import Path
|
|
|
|
BASE = Path('cache')
|