Files
2026-04-18 11:29:36 +03:00

6 lines
118 B
Python

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