summaryrefslogtreecommitdiffstats
path: root/ptpython/__init__.py
blob: 63c6233d0d6efc27ac34eb1f95baf1ce20ecb76d (plain)
1
2
3
4
5
from __future__ import annotations

from .repl import embed

__all__ = ["embed"]