Repository URL to install this package:
# -*- 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=[])