---------------------------------------------------------------------- This is the API documentation for the gdtest_funding library. ---------------------------------------------------------------------- ## Functions Public functions donate(amount: float) -> str Record a donation of the given amount. Parameters ---------- amount The donation amount in dollars. Returns ------- str A confirmation message. sponsor(project: str) -> bool Sponsor a project by name. Parameters ---------- project The name of the project to sponsor. Returns ------- bool True if the sponsorship was successful.