flytex2html/run.py

7 lines
107 B
Python
Executable file

#!/usr/bin/env python3
"""Entry point for the program"""
from src import flytex2html
flytex2html.main()