You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very nice if the ConfigLoader class would support toml configuration files.
Given that toml.load() returns dict object and the implementation for JSON exists, the changes should be rather small.