Adding policy manager and a1 sdnc vth
[it/otf.git] / a1-sdnc-vth / app / __init__.py
diff --git a/a1-sdnc-vth/app/__init__.py b/a1-sdnc-vth/app/__init__.py
new file mode 100644 (file)
index 0000000..14b5496
--- /dev/null
@@ -0,0 +1,11 @@
+"""\r
+    Module Info:\r
+    Anything imported to this file will be available to outside modules.\r
+    Import everything using star, methods or anything that should not be\r
+    used by the outside modules should not be imported on the nested\r
+    __init__ files.\r
+"""\r
+from .routes import *\r
+from .errors import *\r
+from .models import *\r
+from .helpers import *\r