This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
python-kasa
Watch
1
Star
0
Fork
0
You've already forked python-kasa
mirror of
https://github.com/python-kasa/python-kasa.git
synced
2024-12-22 11:13:34 +00:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
63f4f82791
python-kasa
/
kasa
/
cli
/
__main__.py
7 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
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`
2024-07-04 12:52:01 +00:00
"""
Main module.
"""
from
kasa
.
cli
.
main
import
cli
Split out main cli module into lazily loaded submodules (#1039)
2024-07-23 18:13:52 +00:00
if
__name__
==
"
__main__
"
:
cli
(
)
Reference in New Issue
Copy Permalink