MisterAI's picture
download
raw
633 Bytes
"""distutils.command.x
Implements the Distutils 'x' command.
"""
# created 2000/mm/dd, John Doe
__revision__ = "$Id$"
from distutils.core import Command
class x(Command):
# Brief (40-50 characters) description of the command
description = ""
# List of option tuples: long name, short name (None if no short
# name), and help string.
user_options = [('', '',
""),
]
def initialize_options(self):
self. = None
self. = None
self. = None
def finalize_options(self):
if self.x is None:
self.x =
def run(self):

Xet Storage Details

Size:
633 Bytes
·
Xet hash:
943f158119e5dba4177ff80cd9fe4450309d74efac08c344e5b947062c8d9874

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