flipoff: fix type annotations; export Event ABC

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I80f162daf2bba338aa8a1de59b4e81bb6a6a6964
This commit is contained in:
raf 2026-04-07 16:20:14 +03:00
commit 8868962b05
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -1,3 +1,4 @@
from flipoff.events import Event
from flipoff.events import EventRegistry
from flipoff.events import PoweroffEvent
from flipoff.gesture import FlippingOffGesture
@ -5,6 +6,7 @@ from flipoff.gesture import Gesture
from flipoff.gesture import GestureRegistry
__all__ = [
"Event",
"EventRegistry",
"FlippingOffGesture",
"Gesture",