ptpython/ptpython/__init__.py

6 lines
81 B
Python
Raw Normal View History

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