
We don't transfer git history since it may contain proprietary data that we cannot have in an open sources version. Change-Id: I9586124c1720db69a76b9390e208e9f0ba3b86d4
8 lines
153 B
Python
8 lines
153 B
Python
# Copyright 2024 Volvo Car Corporation
|
|
# Licensed under Apache 2.0.
|
|
|
|
# -*- coding: utf-8 -*-
|
|
"""Abstraction of signals."""
|
|
|
|
INPORT_CLASSES = ('CVC_EXT')
|