- event bus systen - all components are independent - preparation for web frontend
6 lines
107 B
Python
6 lines
107 B
Python
"""MusicMouse backend: an RFID music player for kids."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "2.0.0"
|