update uds_async

This commit is contained in:
controllerzz 2025-12-11 10:40:16 +03:00
parent 5c4e103ecd
commit d5bb1e8080
1 changed files with 1 additions and 6 deletions

View File

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