From dcdf695eea6a54c454c6e0a36fbf62ccaf220af9 Mon Sep 17 00:00:00 2001 From: Samira Ouaaz Date: Mon, 22 Nov 2021 16:22:46 -0500 Subject: [PATCH] Add dummy --- sources/add2vals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/add2vals.py b/sources/add2vals.py index 554bda6..7f8f033 100644 --- a/sources/add2vals.py +++ b/sources/add2vals.py @@ -2,7 +2,7 @@ A simple command line tool that takes 2 values and adds them together using the calc.py library's 'add2' function. ''' - +#aaaaaa import sys import calc