flipoff: fix type annotations; export Event ABC
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I80f162daf2bba338aa8a1de59b4e81bb6a6a6964
This commit is contained in:
parent
5d0c2782cb
commit
8868962b05
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
from flipoff.events import Event
|
||||||
from flipoff.events import EventRegistry
|
from flipoff.events import EventRegistry
|
||||||
from flipoff.events import PoweroffEvent
|
from flipoff.events import PoweroffEvent
|
||||||
from flipoff.gesture import FlippingOffGesture
|
from flipoff.gesture import FlippingOffGesture
|
||||||
|
|
@ -5,6 +6,7 @@ from flipoff.gesture import Gesture
|
||||||
from flipoff.gesture import GestureRegistry
|
from flipoff.gesture import GestureRegistry
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
"Event",
|
||||||
"EventRegistry",
|
"EventRegistry",
|
||||||
"FlippingOffGesture",
|
"FlippingOffGesture",
|
||||||
"Gesture",
|
"Gesture",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue