Files
2026-05-24 21:53:17 +03:00

10 lines
231 B
Python

# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Alexey
"""Mi Band tracker service package."""
from .config import Settings
from .sync import SyncResult, run_sync
__all__ = ["Settings", "SyncResult", "run_sync"]