System save at 26/09/2024 23:26 by user_client2024

This commit is contained in:
user_client2024 2024-09-26 17:56:08 +00:00
parent 9bf55e018d
commit 5ea8a9e44d

14
main.py Normal file
View File

@ -0,0 +1,14 @@
#!/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