mirror of
https://github.com/alexgetmancom/miband-bot.git
synced 2026-07-19 20:20:14 +03:00
feat: add miband bot application
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""Mi Band tracker service package."""
|
||||
|
||||
from .config import Settings
|
||||
from .sync import SyncResult, run_sync
|
||||
|
||||
__all__ = ["Settings", "SyncResult", "run_sync"]
|
||||
Reference in New Issue
Block a user