Quellcode durchsuchen

Added type name to custom context mapping

Andrei Bondarenko vor 4 Jahren
Ursprung
Commit
8449ec9562
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      core/context/__init__.py

+ 5 - 0
core/context/__init__.py

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