add over.cfg.Config - a simple read-only API for JSON configs

This commit is contained in:
Martin 2019-08-06 17:38:28 +02:00
parent 88be91445f
commit 43ba8ee6a3
2 changed files with 70 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import sys
from . import app
from . import aux
from . import callback
from . import cfg
from . import cmd
from . import docs
from . import file