docs: add OSS project docs and CI

This commit is contained in:
Alex
2026-05-24 21:53:17 +03:00
parent c56d9f7e41
commit a36abd7fdd
29 changed files with 872 additions and 221 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Alexey
from __future__ import annotations
from miband_tracker.bot.app import main
if __name__ == "__main__":
main()