Sfoglia il codice sorgente

Added type name to custom context mapping

Andrei Bondarenko 4 anni fa
parent
commit
8449ec9562
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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
+}