mirror of
https://github.com/alexgetmancom/miband-bot.git
synced 2026-07-18 11:40:12 +03:00
7 lines
158 B
Python
7 lines
158 B
Python
"""Mi Band tracker service package."""
|
|
|
|
from .config import Settings
|
|
from .sync import SyncResult, run_sync
|
|
|
|
__all__ = ["Settings", "SyncResult", "run_sync"]
|