This change via git over ssh.
authorScott <[email protected]>
Thu, 25 Nov 2021 00:40:55 +0000 (16:40 -0800)
committerScott <[email protected]>
Thu, 25 Nov 2021 00:40:55 +0000 (16:40 -0800)
retire.py

index fc68655dcd63e8b1c96187090317b152472483a6..6fa0af47dc98b72d321789b82a93879e1706b915 100755 (executable)
--- a/retire.py
+++ b/retire.py
@@ -13,6 +13,7 @@ import secrets
 from money import money
 
 class simulation(object):
+    
     def __init__(self, parameters, accounts):
         """Initialize simulation parameters and starting account balances"""
         self.params = parameters