mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-03-15 13:07:06 +00:00
Split out main cli module into lazily loaded submodules (#1039)
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
|
||||
from kasa.cli.main import cli
|
||||
|
||||
cli()
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
|
||||
Reference in New Issue
Block a user