PLANS = { "pro": {"limit": 50000}, "ultra": {"limit": 500000} } def get_plan(api_key): # Replace with DB later return "pro"