Skip to content

Commit de6a594

Browse files
author
Brian Hines
committed
Need to import it
1 parent 3fc9dc3 commit de6a594

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pi_pin_manager/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
from pins import PinManager, SinglePinWatcher, PinConfigurationError, PinNotDefinedError
1+
from pins import (
2+
PinManager,
3+
SinglePinWatcher,
4+
MultiplePinWatcher,
5+
PinConfigurationError,
6+
PinNotDefinedError)

0 commit comments

Comments
 (0)