mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 12:09:18 +08:00
8 lines
185 B
Python
8 lines
185 B
Python
from pip.commands.zip import ZipCommand
|
|
|
|
|
|
class UnzipCommand(ZipCommand):
|
|
"""Unzip individual packages."""
|
|
name = 'unzip'
|
|
summary = 'DEPRECATED. Unzip individual packages.'
|