#!/usr/bin/env python # coding: utf-8 # In[ ]: from tms_data_interface import SQLQueryInterface class Scenario: seq = SQLQueryInterface() def logic(self, **kwargs): # Write your code here hi hello