56/main.py
2024-10-07 06:05:55 +00:00

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