quicktex/quicktex/__init__.py

7 lines
105 B
Python

from _quicktex import *
if __name__ == "__main__":
from quicktex.cli.quicktex import cli
cli()