Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag authored and SebastianSchildt committed Oct 4, 2023
1 parent 5f118a5 commit d4d5df0
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions mock_service/examples/seat_mock.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
from lib.animator import RepeatMode
# /********************************************************************************
# * Copyright (c) 2023 Contributors to the Eclipse Foundation
# *
# * See the NOTICE file(s) distributed with this work for additional
# * information regarding copyright ownership.
# *
# * This program and the accompanying materials are made available under the
# * terms of the Apache License 2.0 which is available at
# * http://www.apache.org/licenses/LICENSE-2.0
# *
# * SPDX-License-Identifier: Apache-2.0
# ********************************************************************************/
from lib.dsl import (
create_animation_action,
create_behavior,
create_event_trigger,
create_set_action,
get_datapoint_value,
mock_datapoint,
)
from lib.trigger import ClockTrigger, EventType
from lib.trigger import EventType

# this will only work for VSS 3.1.1
mock_datapoint(
Expand Down

0 comments on commit d4d5df0

Please # to comment.