1
0
Fork 0
This commit is contained in:
Sean Sube 2023-02-11 15:24:12 -06:00
parent 8f0a8e6fdb
commit 917f5bedd6
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ class Config(object):
""" """
Shim for pydantic-style config. Shim for pydantic-style config.
""" """
def __init__(self, kwargs): def __init__(self, kwargs):
self.__dict__.update(kwargs) self.__dict__.update(kwargs)
for k, v in self.__dict__.items(): for k, v in self.__dict__.items():