#!/usr/bin/env python # coding: utf-8 # In[5]: from tms_data_interface import SQLQueryInterface class Scenario: seq = SQLQueryInterface() def logic(self, **kwargs): pass # Write your code herepass print(99**66) # In[ ]: