__all__ = ("tomllib",) import sys if sys.version_info >= (3, 11): import tomllib else: from pipenv.patched.pip._vendor import tomli as tomllib