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
439 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:
"""
2 years ago
fileClass = basic.toolHandling.getDbTool(job, self)
2 years ago
pass
def send_Request(self, granularity):
pass
def get_Response(self, granularity):
pass