MCP-LOGO-GEN

  • config
# config/settings.py import os # Load environment variables (e.g., from a .env file or system env) FAL_API_KEY = os.getenv("FAL_API_KEY") # Replace with your actual key