#!/usr/bin/python3

import sys

from phply.phplex import run_on_argv1


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