import json def load_data_sources(): """ Loads CodexByte commodity configuration. """ with open("codexbyte_db.json", "r") as f: return json.load(f)