2 lines
62 B
Python
2 lines
62 B
Python
def worker(frm, to, count, time, mode):
|
|
return "Connection."
|
def worker(frm, to, count, time, mode):
|
|
return "Connection."
|