Added missing class to config.py.

This commit is contained in:
Relintai 2022-06-17 01:17:01 +02:00
parent f1c5132346
commit 18b19d0293

View File

@ -33,6 +33,7 @@ def get_doc_classes():
"MMMirror", "MMMirror",
"MMKaleidoscope", "MMKaleidoscope",
"MMColorTiler", "MMColorTiler",
"MMCircleMap",
] ]
def get_doc_path(): def get_doc_path():