aec0407b87
Convert Ext/Help/ru.html to Markdown and push to a wiki git repository.
8 lines
211 B
Python
8 lines
211 B
Python
"""Export 1C configuration Help (ru.html) to Markdown / Gitea wiki."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from export1c_help.__version__ import __status__, __version__
|
|
|
|
__all__ = ["__version__", "__status__"]
|