X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/5f92f5a341c58a30c0a5c0d64ba3ed498bb9db85..5a305ce217533f035b068c39d7c117781af47c9b:/librarian/embeds/mathml.py diff --git a/librarian/embeds/mathml.py b/librarian/embeds/mathml.py index f99f979..dd78f05 100644 --- a/librarian/embeds/mathml.py +++ b/librarian/embeds/mathml.py @@ -1,6 +1,8 @@ +# -*- coding: utf-8 -*- from lxml import etree from librarian import get_resource -from . import TreeEmbed, create_embed, downgrades_to, converts_to +from . import TreeEmbed, create_embed, downgrades_to + class MathML(TreeEmbed): @downgrades_to('application/x-latex')