mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
gem selector sketch
This commit is contained in:
4
bauh/api/constants.py
Normal file
4
bauh/api/constants.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from pathlib import Path
|
||||
|
||||
HOME_PATH = Path.home()
|
||||
CACHE_PATH = '{}/.cache/bauh'.format(HOME_PATH)
|
||||
Reference in New Issue
Block a user