From 9ccf88e2c0b6d2656b5968cfe3f65c92ce7b8605 Mon Sep 17 00:00:00 2001 From: Gail Weiss Date: Fri, 1 Mar 2024 13:22:59 +0100 Subject: [PATCH] add init file to the module, expose rasp repl for easy use after import --- RASP_support/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 RASP_support/__init__.py diff --git a/RASP_support/__init__.py b/RASP_support/__init__.py new file mode 100644 index 0000000..a8d06ff --- /dev/null +++ b/RASP_support/__init__.py @@ -0,0 +1 @@ +from .REPL import REPL \ No newline at end of file