mirror of
https://github.com/AkitaEngineering/Akita-Meshtastic-Meshcore-Bridge.git
synced 2026-05-02 03:22:35 +02:00
9 lines
127 B
Python
9 lines
127 B
Python
# ammb/__init__.py
|
|
"""
|
|
Akita Meshtastic Meshcore Bridge (AMMB) Package.
|
|
"""
|
|
|
|
from .bridge import Bridge
|
|
|
|
__version__ = "0.2.1"
|