CodexByte_Runtime / utils.py
LordXido's picture
Create utils.py
a8d8b1e verified
raw
history blame
172 Bytes
import json
def load_data_sources():
"""
Loads CodexByte commodity configuration.
"""
with open("codexbyte_db.json", "r") as f:
return json.load(f)