#!/usr/bin/python3

import sys

from ptpython.entry_points.run_ptipython import run


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