diff --git a/alusta.py b/alusta.py new file mode 100644 index 0000000000000000000000000000000000000000..f448d4837644d68751769de1f5b0d0b73ab9638f --- /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)