29/main.py
2024-09-26 17:56:43 +00:00

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