mirror of
https://github.com/WGDashboard/WGDashboard.git
synced 2026-08-04 06:53:00 +00:00
4 lines
89 B
Python
4 lines
89 B
Python
from tinydb import TinyDB, Query
|
|
conf_db = TinyDB("json/conf.json")
|
|
|
|
print(conf_db.all()) |