summaryrefslogtreecommitdiffstats
path: root/ptpython/__main__.py
blob: 83340a7b6f17d374161bcf803cd5f94903407006 (plain)
1
2
3
4
5
6
"""
Make `python -m ptpython` an alias for running `./ptpython`.
"""
from .entry_points.run_ptpython import run

run()