Expose the Deployer class in root package namespace

This commit is contained in:
Lance Edgar 2019-10-07 22:20:08 -05:00
parent 325f85a4b3
commit c45e1a9187

View file

@ -30,6 +30,7 @@ Fabric deployment and maintenance.
from .core import (
get_debian_version,
get_ubuntu_version,
Deployer,
make_deploy,
make_system_user,
mkdir,