You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
434 B

2 years ago
import basic.component
import basic.toolHandling
class Testrest(basic.component.Component):
def __init__(self):
print('init Testrest')
def create_Request(self, step, tdata):
"""
:param step:
:return:
"""
fileClass = basic.toolHandling.getDbTool(self)
pass
def send_Request(self, granularity):
pass
def get_Response(self, granularity):
pass