Buckets:

glennmatlin's picture
download
raw
245 Bytes
import importlib
try:
import importlib.util
except ImportError:
pass
try:
module_from_spec = importlib.util.module_from_spec
except AttributeError:
def module_from_spec(spec):
return spec.loader.load_module(spec.name)

Xet Storage Details

Size:
245 Bytes
·
Xet hash:
88f93156f6c5b528ce26c8fc0e701c0940ff5cf64a3cbc98ab352c57c6a541b2

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