jacinle.config.g.g# g = {}# A simple container that wraps a dict and provides attribute access to the dict. Example >>> g = G() >>> g.a = 1 >>> g['b'] = 2