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