Explorar el Código

Added type name to custom context mapping

Andrei Bondarenko hace 4 años
padre
commit
8449ec9562
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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
+}