OXIESEC PANEL
- Current Dir:
/
/
snap
/
core24
/
1055
/
usr
/
lib
/
python3.12
/
tomllib
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/18/2025 08:10:57 PM
rwxr-xr-x
📄
__init__.py
308 bytes
05/26/2025 06:50:19 PM
rw-r--r--
📁
__pycache__
-
06/18/2025 08:10:57 PM
rwxr-xr-x
📄
_parser.py
22.1 KB
05/26/2025 06:50:19 PM
rw-r--r--
📄
_re.py
2.87 KB
05/26/2025 06:50:19 PM
rw-r--r--
📄
_types.py
254 bytes
05/26/2025 06:50:19 PM
rw-r--r--
Editing: __init__.py
Close
# 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__