ptpython/ptpython/__init__.py
Daniel Baumann 6444a924bf
Adding upstream version 3.0.23.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 18:29:58 +01:00

5 lines
81 B
Python

from __future__ import annotations
from .repl import embed
__all__ = ["embed"]