Skip to content
Snippets Groups Projects
Commit ff7bbe24 authored by osklahti's avatar osklahti
Browse files

initial version of alusta.py

parent 701c9b6a
No related branches found
No related tags found
No related merge requests found
import json
import sqlite3
with open("data.json") as f:
data = json.load(f)
print(data)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment