mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-08 22:07:06 +00:00
6 lines
57 B
Python
6 lines
57 B
Python
|
"""Main module."""
|
||
|
|
||
|
from kasa.cli.main import cli
|
||
|
|
||
|
cli()
|