6 lines
119 B
Python
6 lines
119 B
Python
"""
|
|
Make `python -m ptpython` an alias for running `./ptpython`.
|
|
"""
|
|
from .entry_points.run_ptpython import run
|
|
|
|
run()
|