4 lines
81 B
Python
4 lines
81 B
Python
|
class ReverseSync:
|
||
|
def __init__(self, communicator_inst):
|
||
|
return
|
||
|
|