From ff7bbe2446b44409fa4954a16800d1a725fa38d7 Mon Sep 17 00:00:00 2001 From: osklahti <osklahti@student.jyu.fi> Date: Tue, 2 Apr 2024 05:34:30 +0300 Subject: [PATCH] initial version of alusta.py --- alusta.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 alusta.py diff --git a/alusta.py b/alusta.py new file mode 100644 index 0000000..f448d48 --- /dev/null +++ b/alusta.py @@ -0,0 +1,7 @@ +import json +import sqlite3 + +with open("data.json") as f: + data = json.load(f) + +print(data) -- GitLab