mirror-WGDashboard/src/test.py

5 lines
90 B
Python

from tinydb import TinyDB, Query
conf_db = TinyDB("json/conf.json")
print(conf_db.all())