Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LordXido
/
CodexByte_Runtime
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d77bb9b
CodexByte_Runtime
/
utils.py
LordXido
Create utils.py
a8d8b1e
verified
3 months ago
raw
Copy download link
history
blame
Safe
172 Bytes
import
json
def
load_data_sources
():
"""
Loads CodexByte commodity configuration.
"""
with
open
(
"codexbyte_db.json"
,
"r"
)
as
f:
return
json.load(f)