generated from dhairya/scenario_template
System save at 26/09/2024 23:26 by user_client2024
This commit is contained in:
parent
5ea8a9e44d
commit
3b74a3119b
76
main.ipynb
76
main.ipynb
@ -1,33 +1,43 @@
|
|||||||
{
|
{
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"id": "e706cfb0-2234-4c4c-95d8-d1968f656aa0",
|
"id": "d8d4ba5c-9ca4-4534-ba73-250211d5152e",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"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"
|
"source": [
|
||||||
}
|
"from tms_data_interface import SQLQueryInterface\n",
|
||||||
],
|
"\n",
|
||||||
"metadata": {
|
"class Scenario:\n",
|
||||||
"kernelspec": {
|
" seq = SQLQueryInterface()\n",
|
||||||
"display_name": "Python 3 (ipykernel)",
|
"\n",
|
||||||
"language": "python",
|
" def logic(self, **kwargs):\n",
|
||||||
"name": "python3"
|
" # Write your code here\n",
|
||||||
},
|
" hi\n",
|
||||||
"language_info": {
|
" hello"
|
||||||
"codemirror_mode": {
|
]
|
||||||
"name": "ipython",
|
}
|
||||||
"version": 3
|
],
|
||||||
},
|
"metadata": {
|
||||||
"file_extension": ".py",
|
"kernelspec": {
|
||||||
"mimetype": "text/x-python",
|
"display_name": "Python 3 (ipykernel)",
|
||||||
"name": "python",
|
"language": "python",
|
||||||
"nbconvert_exporter": "python",
|
"name": "python3"
|
||||||
"pygments_lexer": "ipython3",
|
},
|
||||||
"version": "3.8.13"
|
"language_info": {
|
||||||
}
|
"codemirror_mode": {
|
||||||
},
|
"name": "ipython",
|
||||||
"nbformat": 4,
|
"version": 3
|
||||||
"nbformat_minor": 5
|
},
|
||||||
}
|
"file_extension": ".py",
|
||||||
|
"mimetype": "text/x-python",
|
||||||
|
"name": "python",
|
||||||
|
"nbconvert_exporter": "python",
|
||||||
|
"pygments_lexer": "ipython3",
|
||||||
|
"version": "3.11.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nbformat": 4,
|
||||||
|
"nbformat_minor": 5
|
||||||
|
}
|
||||||
|
|||||||
8
main.py
8
main.py
@ -7,8 +7,10 @@
|
|||||||
from tms_data_interface import SQLQueryInterface
|
from tms_data_interface import SQLQueryInterface
|
||||||
|
|
||||||
class Scenario:
|
class Scenario:
|
||||||
seq = SQLQueryInterface()
|
seq = SQLQueryInterface()
|
||||||
|
|
||||||
def logic(self, **kwargs):
|
def logic(self, **kwargs):
|
||||||
# Write your code here
|
# Write your code here
|
||||||
|
hi
|
||||||
|
hello
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user