Implements Additional Logs and class Player Tests

This commit is contained in:
2023-05-03 03:14:26 -03:00
parent 56994dba27
commit b440a0f05d
8 changed files with 586 additions and 80 deletions

View File

@@ -14,7 +14,7 @@ class GaussianInterface(Interface):
def configure(self):
pass
def start(self):
def start(self, cycle: int):
pass
def reset(self):