We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f418ed commit 2364594Copy full SHA for 2364594
1 file changed
src/powersensor_local/__init__.py
@@ -12,9 +12,10 @@
12
debug aids, which get installed under the names ps-events and ps-rawfirehose
13
respectively.
14
"""
15
-__all__ = [ 'devices', 'listener' ]
+__all__ = [ 'devices', 'listener', 'plug_api' ]
16
17
__version__ = "2.0.0"
18
19
from .devices import PowersensorDevices
20
from .listener import PowersensorListener
21
+from .plug_api import PlugApi
0 commit comments