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
Need to check if this has the same API as the original toml. It might be worth creating an additional TOML handler using tomli, so you can import each one separately.
Looks like this is the new standard: https://pypi.org/project/tomli/
Need to check if this has the same API as the original toml. It might be worth creating an additional TOML handler using
tomli, so you can import each one separately.