This commit is contained in:
controllerzz
2025-12-11 10:27:04 +03:00
parent 957d825a3b
commit 5c7a96d215
4 changed files with 107 additions and 146 deletions

View File

@@ -13,6 +13,11 @@ try:
__all__ = [
"UdsClient",
"UdsServer",
"UdsRequest",
"UdsResponse",
"UdsPositiveResponse",
"UdsNegativeResponse",
"ResponseCode",
]
except ImportError:
# если types.py нет или переименован — хотя бы клиент и сервер доступны