X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2FSTD_2.0.0%2Fvar_declaration.py;h=5280c072e0342ec2089a70abf0a51c44d578c77e;hb=7e60269c016a7889f0db0655fe19d6d6fac3d3ea;hp=3bc4aa551c9c6cd14963e65ee182242f60684498;hpb=a0380f61e4718c7480b6cb5211a9948ac643e749;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/STD_2.0.0/var_declaration.py b/near-rt-ric-simulator/src/STD_2.0.0/var_declaration.py index 3bc4aa5..5280c07 100644 --- a/near-rt-ric-simulator/src/STD_2.0.0/var_declaration.py +++ b/near-rt-ric-simulator/src/STD_2.0.0/var_declaration.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2021 Nordix Foundation. All rights reserved. +# Copyright (C) 2021-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,10 +16,9 @@ # ============LICENSE_END================================================= # -from maincommon import apipath import connexion +from maincommon import apipath -#Main app app = connexion.App(__name__, specification_dir=apipath) policy_types={}