fixed rookie mistakes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-03 22:31:33 +01:00
parent 35a68fe549
commit a9f473e2d9
8 changed files with 100 additions and 28 deletions

View File

@@ -2,6 +2,7 @@ from apps import Application
class Client:
startSlices: list[int] = []
lengthOfTransmission: int = 0
application: Application = Application()
def __init__(self):
self.startSlices: list[int] = []
self.lengthOfTransmission:int = 0
self.application: Application = Application()