瀏覽代碼

Added type name to custom context mapping

Andrei Bondarenko 4 年之前
父節點
當前提交
8449ec9562
共有 1 個文件被更改,包括 5 次插入0 次删除
  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
+}