#!/usr/bin/python3

import sys
from pyspecdata.latexscripts import wraplatex

if __name__ == '__main__':
    sys.exit(wraplatex())
