Split out main cli module into lazily loaded submodules (#1039)

This commit is contained in:
Steven B.
2024-07-23 19:13:52 +01:00
committed by GitHub
parent 58afeb28a1
commit ed033679e5
14 changed files with 1403 additions and 1118 deletions

View File

@@ -18,7 +18,7 @@ include = [
"Documentation" = "https://python-kasa.readthedocs.io"
[tool.poetry.scripts]
kasa = "kasa.cli:__main__"
kasa = "kasa.cli.__main__:cli"
[tool.poetry.dependencies]
python = "^3.9"