generated from dhairya/scenario_template
17 lines
235 B
Python
17 lines
235 B
Python
#!/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
|
|
|