Loading app.py +3 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # This file is an original contribution from Telefonica Innovación Digital S.L. from flask import Flask from flask_restx import Api from flask_cors import CORS Loading Loading
app.py +3 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # This file is an original contribution from Telefonica Innovación Digital S.L. from flask import Flask from flask_restx import Api from flask_cors import CORS Loading