mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
7 lines
88 B
Python
7 lines
88 B
Python
"""Main module."""
|
|
|
|
from kasa.cli.main import cli
|
|
|
|
if __name__ == "__main__":
|
|
cli()
|