Current Path : /opt/alt/python39/lib/python3.9/site-packages/pip/_vendor/tomli/ |
Current File : //opt/alt/python39/lib/python3.9/site-packages/pip/_vendor/tomli/__init__.py |
"""A lil' TOML parser.""" __all__ = ("loads", "load", "TOMLDecodeError") __version__ = "1.0.3" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT from pip._vendor.tomli._parser import TOMLDecodeError, load, loads