5 lines
147 B
Python
5 lines
147 B
Python
# Copy this file to config.py and fill in your values
|
|
# config.py is gitignored and will not be committed
|
|
|
|
TMDB_API_KEY = "your_tmdb_api_key_here"
|