From e5f7a41d988de298069eda636e823f374b973bd4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:33:15 +0200 Subject: Adding upstream version 3.0.26. Signed-off-by: Daniel Baumann --- ptpython/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ptpython/__init__.py (limited to 'ptpython/__init__.py') diff --git a/ptpython/__init__.py b/ptpython/__init__.py new file mode 100644 index 0000000..63c6233 --- /dev/null +++ b/ptpython/__init__.py @@ -0,0 +1,5 @@ +from __future__ import annotations + +from .repl import embed + +__all__ = ["embed"] -- cgit v1.2.3