MisterAI's picture
download
raw
344 Bytes
import sys
__all__ = ['tomllib']
if sys.version_info >= (3, 11):
import tomllib
else: # pragma: no cover
import tomli as tomllib
if sys.version_info >= (3, 11):
def add_note(ex, note):
ex.add_note(note)
else: # pragma: no cover
def add_note(ex, note):
vars(ex).setdefault('__notes__', []).append(note)

Xet Storage Details

Size:
344 Bytes
·
Xet hash:
2651c674585ed467e999133a7ffe635241b5932009f4b6ad9f3b450e3bbc55c7

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