mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-11 18:08:02 +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:
5
kasa/cli/__main__.py
Normal file
5
kasa/cli/__main__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Main module."""
|
||||
|
||||
from kasa.cli.main import cli
|
||||
|
||||
cli()
|
Reference in New Issue
Block a user