From 55deaf8425de3a736a5fbf574295a2477f9a793e Mon Sep 17 00:00:00 2001 From: Waleed Akbar <wakbar@cttc.es> Date: Wed, 24 Apr 2024 16:24:05 +0000 Subject: [PATCH] __init__.py added in "Telemetry Frontend" subdirectories. --- src/telemetry_frontend/__init__.py | 1 + src/telemetry_frontend/client/__init__.py | 14 ++++++++++++++ src/telemetry_frontend/service/__init__.py | 0 3 files changed, 15 insertions(+) create mode 100644 src/telemetry_frontend/__init__.py create mode 100644 src/telemetry_frontend/client/__init__.py create mode 100644 src/telemetry_frontend/service/__init__.py diff --git a/src/telemetry_frontend/__init__.py b/src/telemetry_frontend/__init__.py new file mode 100644 index 000000000..eb1ae458f --- /dev/null +++ b/src/telemetry_frontend/__init__.py @@ -0,0 +1 @@ +... diff --git a/src/telemetry_frontend/client/__init__.py b/src/telemetry_frontend/client/__init__.py new file mode 100644 index 000000000..1549d9811 --- /dev/null +++ b/src/telemetry_frontend/client/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/telemetry_frontend/service/__init__.py b/src/telemetry_frontend/service/__init__.py new file mode 100644 index 000000000..e69de29bb -- GitLab