#!/usr/bin/env python3

# --------------------------------------
#                  pTyX
#              main script
# --------------------------------------
#    pTyX - Python LaTeX preprocessor
#    Copyright (C) 2009-2020  Nicolas Pourcelot


from ptyx.script import ptyx

ptyx()
