download
raw
243 Bytes
import argparse
from certifi import contents, where
parser = argparse.ArgumentParser()
parser.add_argument("-c", "--contents", action="store_true")
args = parser.parse_args()
if args.contents:
print(contents())
else:
print(where())

Xet Storage Details

Size:
243 Bytes
·
Xet hash:
a0ad26e7d2569125401f91404bda54155c81fb46060488804029164b188ab23a

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