Mercurial > code > home > repos > homeauto
view service/dhcpleases/tasks.py @ 1739:28a3e35bc23f
mqtt server & options
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Sep 2023 17:12:06 -0700 |
parents | d7e82b1b31c4 |
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', 'dhcpLeases')