From 22b7857824ca17dfbd0e3fcf6951f432eb7a1170 Mon Sep 17 00:00:00 2001 From: amritagos Date: Thu, 9 Nov 2023 13:37:29 +0000 Subject: [PATCH] Minor changes to test example file --- examples/python/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python/run.py b/examples/python/run.py index c3ff553..ef85db2 100644 --- a/examples/python/run.py +++ b/examples/python/run.py @@ -1,3 +1,3 @@ -from robbielib import add +import robbielib as robbie -print(add(1,6)) \ No newline at end of file +print(robbie.add(1,6)) \ No newline at end of file