mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-09 08:18:31 +01:00
wip: initial
This commit is contained in:
15
localconfig.py
Normal file
15
localconfig.py
Normal file
@@ -0,0 +1,15 @@
|
||||
class LocalConfig:
|
||||
|
||||
def __init__(self):
|
||||
|
||||
self.remote_user = None
|
||||
self.remote_pass = None
|
||||
self.skip_registry_ask = None
|
||||
|
||||
def save_to_fs(self):
|
||||
'''Save the current config to the local file system'''
|
||||
pass
|
||||
|
||||
def load_from_fs(self):
|
||||
'''Load a config file from the filesystem'''
|
||||
pass
|
||||
Reference in New Issue
Block a user