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