mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
5 lines
98 B
Python
5 lines
98 B
Python
from pathlib import Path
|
|
|
|
HOME_PATH = Path.home()
|
|
CACHE_PATH = '{}/.cache/bauh'.format(HOME_PATH)
|