summaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
blob: 4e373619582774d8b2bd099defc9a71a33326d57 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2021 Taneli Hukkinen
# Licensed to PSF under a Contributor Agreement.

__all__ = ("tomllib",)

# By changing this one line, we can run the tests against
# a different module name.
import tomli as tomllib