mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[feature][flatpak] config file
This commit is contained in:
7
bauh/gems/flatpak/config.py
Normal file
7
bauh/gems/flatpak/config.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from bauh.commons.config import read_config as read
|
||||
from bauh.gems.flatpak import CONFIG_FILE
|
||||
|
||||
|
||||
def read_config(update_file: bool = False) -> dict:
|
||||
template = {'installation_level': None}
|
||||
return read(CONFIG_FILE, template, update_file=update_file)
|
||||
Reference in New Issue
Block a user