7 lines
171 B
Python
7 lines
171 B
Python
from dsst_server.write_functions import WriteFunctions
|
|
from dsst_server.read_functions import ReadFunctions
|
|
|
|
|
|
class FunctionProxy(WriteFunctions, ReadFunctions):
|
|
pass
|