mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +00:00
983aacbc24
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`
6 lines
57 B
Python
6 lines
57 B
Python
"""Main module."""
|
|
|
|
from kasa.cli.main import cli
|
|
|
|
cli()
|