#!/usr/bin/python3

import sys

from glymur.command_line import jpeg2jp2


if __name__ == "__main__":
    sys.exit(jpeg2jp2())
