We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6d0d2 commit 09d88c8Copy full SHA for 09d88c8
configs/__init__.py
@@ -7,6 +7,7 @@ class cfg_dict(object):
7
8
def __init__(self, d):
9
self.__dict__ = d
10
+ self.get = d.get
11
12
13
def set_cfg_from_file(cfg_path):
0 commit comments