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