From 14a8285c192378cbfa9728954043f5e5354a4a24 Mon Sep 17 00:00:00 2001 From: "matt@skyfalltech.com" Date: Wed, 20 Apr 2022 14:11:06 -0500 Subject: [PATCH] Test --- ddbank.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ddbank.py b/ddbank.py index 45a4e4a..c668ff6 100755 --- a/ddbank.py +++ b/ddbank.py @@ -4,6 +4,7 @@ import os def manageBankmenu(): print('manage stuff') + print('more stuff') def manageBank(a): print(a)