From c8b75826bcda70d652b9c3c2a534b33ada39f8c7 Mon Sep 17 00:00:00 2001 From: Waleed Akbar <wakbar@cttc.es> Date: Thu, 25 Apr 2024 10:13:44 +0000 Subject: [PATCH] "__init__.py" file added in TelemeteryFrontend sub-directories --- src/telemetry_frontend/service/__init__.py | 14 ++++++++++++++ src/telemetry_frontend/tests/__init__.py | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/telemetry_frontend/tests/__init__.py diff --git a/src/telemetry_frontend/service/__init__.py b/src/telemetry_frontend/service/__init__.py index e69de29bb..1549d9811 100644 --- a/src/telemetry_frontend/service/__init__.py +++ b/src/telemetry_frontend/service/__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/tests/__init__.py b/src/telemetry_frontend/tests/__init__.py new file mode 100644 index 000000000..1549d9811 --- /dev/null +++ b/src/telemetry_frontend/tests/__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. + -- GitLab