mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-11 18:08:02 +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