release: bump version to 0.50.0
This commit is contained in:
11
motion_agent/__init__.py
Normal file
11
motion_agent/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Local motion capture gesture agent for Planet Earth displays."""
|
||||
|
||||
from .config import MotionAgentConfig
|
||||
from .events import GestureEvent, HeartbeatEvent, StatusEvent
|
||||
|
||||
__all__ = [
|
||||
"GestureEvent",
|
||||
"HeartbeatEvent",
|
||||
"MotionAgentConfig",
|
||||
"StatusEvent",
|
||||
]
|
||||
Reference in New Issue
Block a user