export __version__ under the main module

This commit is contained in:
Teemu Rytilahti 2019-11-11 22:33:13 +01:00
parent 751c2445c2
commit b5e585e1f8

View File

@ -22,3 +22,4 @@ from .smartdevice import ( # noqa
)
from .smartplug import SmartPlug # noqa
from .smartstrip import SmartStrip # noqa
from .version import __version__ # noqa