diff options
Diffstat (limited to 'ptpython/__init__.py')
-rw-r--r-- | ptpython/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ptpython/__init__.py b/ptpython/__init__.py index 4908eba..63c6233 100644 --- a/ptpython/__init__.py +++ b/ptpython/__init__.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from .repl import embed __all__ = ["embed"] |