mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-09-02 05:11:03 +00:00
export __version__ under the main module
This commit is contained in:
@@ -22,3 +22,4 @@ from .smartdevice import ( # noqa
|
|||||||
)
|
)
|
||||||
from .smartplug import SmartPlug # noqa
|
from .smartplug import SmartPlug # noqa
|
||||||
from .smartstrip import SmartStrip # noqa
|
from .smartstrip import SmartStrip # noqa
|
||||||
|
from .version import __version__ # noqa
|
||||||
|
Reference in New Issue
Block a user