ceoavinash/eef / __init__ (110).py
ceoavinash's picture
download
raw
285 Bytes
try:
import tomllib
except ImportError:
try:
from pip._vendor import tomli as tomllib # type: ignore[no-redef, unused-ignore]
except ModuleNotFoundError: # pragma: no cover
tomllib = None # type: ignore[assignment, unused-ignore]
__all__ = ("tomllib",)

Xet Storage Details

Size:
285 Bytes
·
Xet hash:
66feaff3ce601b1a42f0363bc72354c66ce7ff9c3553690e3365053000091d6a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.