generated from dhairya/scenario_template
15 lines
198 B
Python
15 lines
198 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
|
|
|