Skip to content

Commit 2364594

Browse files
committed
small changes
1 parent 2f418ed commit 2364594

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/powersensor_local/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
debug aids, which get installed under the names ps-events and ps-rawfirehose
1313
respectively.
1414
"""
15-
__all__ = [ 'devices', 'listener' ]
15+
__all__ = [ 'devices', 'listener', 'plug_api' ]
1616

1717
__version__ = "2.0.0"
1818

1919
from .devices import PowersensorDevices
2020
from .listener import PowersensorListener
21+
from .plug_api import PlugApi

0 commit comments

Comments
 (0)