mirror of
https://github.com/alexgetmancom/miband-bot.git
synced 2026-09-05 18:16:18 +03:00
9 lines
139 B
Python
9 lines
139 B
Python
#!/usr/bin/env python3
|
|
from __future__ import annotations
|
|
|
|
from miband_tracker.bot.app import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|