summaryrefslogtreecommitdiffstats
path: root/contrib/python/mdit-py-plugins/mdit_py_plugins/texmath/__init__.py
blob: 387a81dd80c14a4e0eed73dffebaf6d07846fc90 (plain) (blame)
1
2
3
from .index import texmath_plugin

__all__ = ("texmath_plugin",)