{ "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 }