jacinle.config.g#

A simple global dict-like objects.

Example

from jacinle.config.g import g

g.configfile = 'config.yaml'
g.project_name = 'Jacinle'
g.project_version = 1

Variables

g

A simple container that wraps a dict and provides attribute access to the dict.