This commit is contained in:
7
src/clients.py
Normal file
7
src/clients.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from apps import Application
|
||||
|
||||
|
||||
class Client:
|
||||
startSlices: list[int] = []
|
||||
lengthOfTransmission: int = 0
|
||||
application: Application = Application()
|
||||
Reference in New Issue
Block a user