Lay out new client structure

This commit is contained in:
Joscha 2019-05-25 13:12:28 +00:00
parent 6c4bfe2752
commit 7da4bf36d5
21 changed files with 174 additions and 1137 deletions

View file

@ -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"]