mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
wrote basic SimpleConfig docstring
This commit is contained in:
parent
86da219fb9
commit
c4955ebddd
1 changed files with 7 additions and 0 deletions
|
@ -7,7 +7,14 @@ from version import ELECTRUM_VERSION, SEED_VERSION
|
|||
|
||||
|
||||
class SimpleConfig:
|
||||
"""
|
||||
|
||||
The SimpleConfig class is responsible for handling operations involving
|
||||
configuration files. The constructor reads and stores the system and
|
||||
user configurations from electrum.conf into seperate dictionaries within
|
||||
a SimpleConfig instance then reads the wallet file.
|
||||
|
||||
"""
|
||||
def __init__(self, options={}):
|
||||
|
||||
# system conf, readonly
|
||||
|
|
Loading…
Add table
Reference in a new issue