mirror of
https://github.com/controllerzz/carbus_lib.git
synced 2026-05-22 19:51:41 +03:00
update uds_async
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user