From 9002c80c4d10b61671d4cd547a1362ebfabbf860 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Fri, 19 Apr 2024 14:53:18 -0500 Subject: [PATCH] Add a couple more lines --- src/sample/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sample/__init__.py b/src/sample/__init__.py index ed7621f..787e688 100644 --- a/src/sample/__init__.py +++ b/src/sample/__init__.py @@ -23,4 +23,6 @@ def yet_another_function(): a = 1 b = 2 c = 4 + e = 8 + f = 16 return a, b, c \ No newline at end of file