Mercurial > code > home > repos > homeauto
view service/wifi/tasks.py @ 1700:11bd81eda1ef
release 0.12.0
author | drewp@bigasterisk.com |
---|---|
date | Tue, 12 Oct 2021 20:18:59 -0700 |
parents | 632a88c27b11 |
children |
line wrap: on
line source
from invoke import Collection import sys sys.path.append('/my/proj/release') from serv_tasks import serv_tasks ns = Collection() serv_tasks(ns, 'serv.n3', 'wifi')