1
0
Fork 0
ptpython/ptpython/__main__.py
Daniel Baumann 51331ec610
Adding upstream version 3.0.27.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 18:34:08 +01:00

9 lines
156 B
Python

"""
Make `python -m ptpython` an alias for running `./ptpython`.
"""
from __future__ import annotations
from .entry_points.run_ptpython import run
run()