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 +