1"""
2Make `python -m ptpython` an alias for running `./ptpython`.
3"""
4from .entry_points.run_ptpython import run
5
6run()
7