From 5ea8a9e44dd4a3c566d3aa64e2b33e7146d51b1d Mon Sep 17 00:00:00 2001 From: user_client2024 Date: Thu, 26 Sep 2024 17:56:08 +0000 Subject: [PATCH] System save at 26/09/2024 23:26 by user_client2024 --- main.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..f220144 --- /dev/null +++ b/main.py @@ -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 +