LordXido commited on
Commit
5634195
·
verified ·
1 Parent(s): d77bb9b

Delete codexbyte_db.py

Browse files
Files changed (1) hide show
  1. codexbyte_db.py +0 -12
codexbyte_db.py DELETED
@@ -1,12 +0,0 @@
1
- import json
2
-
3
- DB_FILE = "codexbyte_db.json"
4
-
5
- def fetch_latest_data(runtime_config):
6
- """
7
- Loads and validates the CodexByte commodity universe.
8
- """
9
- with open(DB_FILE, "r") as f:
10
- db = json.load(f)
11
-
12
- return db