6 lines
118 B
Python
6 lines
118 B
Python
"""Application package for the md-to-html service."""
|
|
|
|
from app.version import __version__
|
|
|
|
__all__ = ["__version__"]
|