Initial commit: UV-K5 firmware site with flasher

This commit is contained in:
ua1zbe
2026-04-16 15:11:33 +03:00
commit e461752581
1426 changed files with 261828 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
from __future__ import annotations
from .base import ANY
from .base import default_namespace
from .base import NamedSignal
from .base import Namespace
from .base import Signal
from .base import signal
__all__ = [
"ANY",
"default_namespace",
"NamedSignal",
"Namespace",
"Signal",
"signal",
]