from apps import Application class Client: startSlices: list[int] = [] lengthOfTransmission: int = 0 application: Application = Application()