mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-04 09:44:14 +00:00
Structure cli into a package (#1038)
PR with just the initial structural changes for the cli to be a package. Subsequent PR will break out `main.py` into modules. Doing it in two stages ensure that the commit history will be continuous for `cli.py` > `cli/main.py`
This commit is contained in:
@@ -8,7 +8,7 @@ import click
|
||||
import dpkt
|
||||
from dpkt.ethernet import ETH_TYPE_IP, Ethernet
|
||||
|
||||
from kasa.cli import echo
|
||||
from kasa.cli.main import echo
|
||||
from kasa.xortransport import XorEncryption
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user