core/migration/html2text/__main__.py

4 lines
30 B
Python
Raw Normal View History

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