generated from dhairya/scenario_template
23 lines
255 B
Python
23 lines
255 B
Python
#!/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[ ]:
|
|
|
|
|
|
|
|
|