@@ -0,0 +1,5 @@
+from core.context.simple_class_diagrams import SCDContext
+
+custom_contexts = {
+ "SimpleClassDiagrams": SCDContext
+}