Lay out new client structure
This commit is contained in:
parent
6c4bfe2752
commit
7da4bf36d5
21 changed files with 174 additions and 1137 deletions
|
|
@ -1,3 +1,11 @@
|
|||
# TODO define a config structure including config element descriptions and
|
||||
# default values
|
||||
#
|
||||
# TODO improve interface for accessing config values
|
||||
#
|
||||
# TODO load from and save to yaml file (only the values which differ from the
|
||||
# defaults or which were explicitly set)
|
||||
|
||||
from typing import Any, Dict
|
||||
|
||||
__all__ = ["Fields", "Config", "ConfigView"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue