%PDF- %PDF-
| Direktori : /proc/self/root/lib/python3/dist-packages/tomli/ |
| Current File : //proc/self/root/lib/python3/dist-packages/tomli/__init__.py |
"""A lil' TOML parser."""
__all__ = ("loads", "load", "TOMLDecodeError")
__version__ = "1.2.2" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
from tomli._parser import TOMLDecodeError, load, loads
# Pretend this exception was created here.
TOMLDecodeError.__module__ = "tomli"