# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2021 Taneli Hukkinen
# Licensed to PSF under a Contributor Agreement.
__all__ = ("loads", "load", "TOMLDecodeError")
from ._parser import TOMLDecodeError, load, loads
# Pretend this exception was created here.
TOMLDecodeError.__module__ = __name__
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| __init__.py | File | 308 B | 0644 |
|
| _parser.py | File | 22.13 KB | 0644 |
|
| _re.py | File | 2.89 KB | 0644 |
|
| _types.py | File | 254 B | 0644 |
|
| mypy.ini | File | 451 B | 0644 |
|