Repository URL to install this package:
Version:
1.0.0b1 ▾
|
pycklets
/
unzip_installed.py
|
---|
# -*- coding: utf-8 -*-
from pyckles import AutoPycklet
class UnzipInstalled(AutoPycklet):
"""Install the 'unzip' package.
Args:
"""
FRECKLET_ID = "unzip-installed"
def __init__(self,):
super(UnzipInstalled, self).__init__(var_names=[])