Rewrite BMS skill from bash to Python

This commit is contained in:
Steve W
2026-04-08 02:19:50 +00:00
parent 568b825e11
commit 59d6e5ba3a
17 changed files with 938 additions and 1286 deletions

View File

@@ -0,0 +1,2 @@
__all__ = ["__version__"]
__version__ = "0.2.0"