Files
md-to-html/app/__init__.py
T
2026-04-17 23:44:16 +03:00

6 lines
118 B
Python

"""Application package for the md-to-html service."""
from app.version import __version__
__all__ = ["__version__"]