Spaces:
Sleeping
Sleeping
File size: 172 Bytes
a8d8b1e | 1 2 3 4 5 6 7 8 | import json
def load_data_sources():
"""
Loads CodexByte commodity configuration.
"""
with open("codexbyte_db.json", "r") as f:
return json.load(f) |