diff --git a/python_files/pythonrc.py b/python_files/pythonrc.py index dd39ab34aa17..0f552c86d375 100644 --- a/python_files/pythonrc.py +++ b/python_files/pythonrc.py @@ -8,6 +8,7 @@ use_shell_integration = sys.version_info < (3, 13) is_wsl = "microsoft-standard-WSL" in platform.release() + class REPLHooks: def __init__(self): self.global_exit = None