Added type name to custom context mapping

This commit is contained in:
Andrei Bondarenko 2021-07-18 10:58:56 +02:00
parent add00d6f3f
commit 8449ec9562

View file

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