Links
AI / Agents
gdtest-gradient-sky
Test sky gradient preset
Installation
pip install gdtest-gradient-skyGet Started
- API Reference — Full API documentation
Source files
gdtest_gradient_sky/
__init__.py
"""Package testing sky gradient preset."""
__version__ = "0.1.0"
__all__ = ["dive", "surface"]
def dive(depth: int) -> str:
"""
Dive to a given depth.
Parameters
----------
depth
Target depth in meters.
Returns
-------
str
Status message.
"""
return f"Diving to {depth}m"
def surface() -> str:
"""
Return to the surface.
Returns
-------
str
Status message.
"""
return "Surfacing"great-docs.yml
announcement: content: Sky gradient test banner! style: sky