mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-28 08:08:28 -06:00
Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
10
Dependencies/Python/Lib/tomllib/__init__.py
vendored
Normal file
10
Dependencies/Python/Lib/tomllib/__init__.py
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# 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__
|
Reference in New Issue
Block a user