Przeglądaj źródła

Added type name to custom context mapping

Andrei Bondarenko 4 lat temu
rodzic
commit
8449ec9562
1 zmienionych plików z 5 dodań i 0 usunięć
  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
+}