File: __init__.py

package info (click to toggle)
mdit-py-plugins 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 672 kB
  • sloc: python: 3,595; sh: 8; makefile: 7
file content (3 lines) | stat: -rw-r--r-- 71 bytes parent folder | download
1
2
3
from .index import dollarmath_plugin

__all__ = ("dollarmath_plugin",)