arc-eng / studio

Arcane Studio is a collection of productivity-boosting tools built on top of the Arcane Engine.
https://arcane.engineer/studio/
MIT License
0 stars 2 forks source link

📝 Add docstring to `needs_api_key` function #14

Closed arcane-engine[bot] closed 2 weeks ago

arcane-engine[bot] commented 1 month ago

I have added a docstring to the needs_api_key function to explain its functionality. The docstring provides an overview of how the decorator works, including its purpose, the process of retrieving or creating an API key, and the behavior when an API key is not available.

Code Changes

This enhancement improves the documentation and understanding of the needs_api_key function, making it easier for developers to work with and maintain the code.