8 lines
125 B
Python
8 lines
125 B
Python
# api_keys.py
|
|
|
|
api_keys = {
|
|
"your_api_key": "user1",
|
|
"another_api_key": "user2",
|
|
# Add more API keys as needed
|
|
}
|