Adding policy manager and a1 sdnc vth
[it/otf.git] / a1-policy-manager-vth / app / errors / __init__.py
diff --git a/a1-policy-manager-vth/app/errors/__init__.py b/a1-policy-manager-vth/app/errors/__init__.py
new file mode 100644 (file)
index 0000000..b491f42
--- /dev/null
@@ -0,0 +1,6 @@
+"""\r
+    Module Info:\r
+    Anything imported to this file will be available to outside modules.\r
+    Only imort methods that can be used and are used by outside modules\r
+"""\r
+from .bad_request_exception import BadRequestException\r