Files
core/migration/html2text/__main__.py

4 lines
30 B
Python
Raw Normal View History

2022-08-11 12:14:12 +03:00
from .cli import main
main()