Files
ServerSync/lib/markdown_it/__init__.py
Kevin a5d75e6bac Init
im going to bed -=-
2026-02-12 02:28:23 +02:00

7 lines
114 B
Python

"""A Python port of Markdown-It"""
__all__ = ("MarkdownIt",)
__version__ = "4.0.0"
from .main import MarkdownIt