birbsim/src/clients.py

8 lines
156 B
Python

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