X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=a1-sdnc-vth%2Fapp%2F__init__.py;fp=a1-sdnc-vth%2Fapp%2F__init__.py;h=14b54968d2277bf465f4e0908180b8ea1f1dc01c;hp=0000000000000000000000000000000000000000;hb=63b197b11b12a536254352f134262ad90f31593b;hpb=fa00af93f9173da630cd425fa8e0cbfaadf39a68 diff --git a/a1-sdnc-vth/app/__init__.py b/a1-sdnc-vth/app/__init__.py new file mode 100644 index 0000000..14b5496 --- /dev/null +++ b/a1-sdnc-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 *