Source code for timApp.plugin.pluginOutputFormat

from enum import Enum


[docs]class PluginOutputFormat(Enum): MD = "md" HTML = "html"