From 3b74a3119b2bb415844c7acd77ea2bbb274575e2 Mon Sep 17 00:00:00 2001 From: user_client2024 Date: Thu, 26 Sep 2024 17:56:43 +0000 Subject: [PATCH] System save at 26/09/2024 23:26 by user_client2024 --- main.ipynb | 76 ++++++++++++++++++++++++++++++------------------------ main.py | 8 +++--- 2 files changed, 48 insertions(+), 36 deletions(-) diff --git a/main.ipynb b/main.ipynb index 3277afb..20890ec 100644 --- a/main.ipynb +++ b/main.ipynb @@ -1,33 +1,43 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "id": "e706cfb0-2234-4c4c-95d8-d1968f656aa0", - "metadata": {}, - "outputs": [], - "source": "from tms_data_interface import SQLQueryInterface\n\nclass Scenario:\n\tseq = SQLQueryInterface()\n\n\tdef logic(self, **kwargs):\n\t\t# Write your code here\n" - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.13" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} \ No newline at end of file +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "d8d4ba5c-9ca4-4534-ba73-250211d5152e", + "metadata": {}, + "outputs": [], + "source": [ + "from tms_data_interface import SQLQueryInterface\n", + "\n", + "class Scenario:\n", + " seq = SQLQueryInterface()\n", + "\n", + " def logic(self, **kwargs):\n", + " # Write your code here\n", + " hi\n", + " hello" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/main.py b/main.py index f220144..7ee938f 100644 --- a/main.py +++ b/main.py @@ -7,8 +7,10 @@ from tms_data_interface import SQLQueryInterface class Scenario: - seq = SQLQueryInterface() + seq = SQLQueryInterface() - def logic(self, **kwargs): - # Write your code here + def logic(self, **kwargs): + # Write your code here + hi + hello