#!/usr/bin/python3

import sys
from pyspecdata.latexscripts import wrapviewer

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