phase0: archive Python implementation under archive/

This commit is contained in:
Sergey Filkin
2026-04-18 11:29:36 +03:00
parent 771169f93f
commit 425eae7170
20 changed files with 558 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Application package for the md-to-html service."""
from app.version import __version__
__all__ = ["__version__"]