X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1-policy-manager-vth%2Fapp%2F__init__.py;fp=a1-policy-manager-vth%2Fapp%2F__init__.py;h=14b54968d2277bf465f4e0908180b8ea1f1dc01c;hb=cbbc9d7f12f8d8168e285a32f9002aca339a0e39;hp=0000000000000000000000000000000000000000;hpb=22fb07c635806496eb35281843d616a21154d3f4;p=it%2Fotf.git diff --git a/a1-policy-manager-vth/app/__init__.py b/a1-policy-manager-vth/app/__init__.py new file mode 100644 index 0000000..14b5496 --- /dev/null +++ b/a1-policy-manager-vth/app/__init__.py @@ -0,0 +1,11 @@ +""" + Module Info: + Anything imported to this file will be available to outside modules. + Import everything using star, methods or anything that should not be + used by the outside modules should not be imported on the nested + __init__ files. +""" +from .routes import * +from .errors import * +from .models import * +from .helpers import *