You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
259 B
6 lines
259 B
2 years ago
|
from cereal.visionipc.visionipc_pyx import VisionIpcClient, VisionIpcServer, VisionStreamType, get_endpoint_name # pylint: disable=no-name-in-module, import-error
|
||
|
assert VisionIpcClient
|
||
|
assert VisionIpcServer
|
||
|
assert VisionStreamType
|
||
|
assert get_endpoint_name
|