blob: 95e509c0143e14e6371ec3cd1433ffec50c297fc [file] [log] [blame]
__all__ = ("tomllib",)
import sys
if sys.version_info >= (3, 11):
import tomllib
else:
from pip._vendor import tomli as tomllib