We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e3238 commit 858cb58Copy full SHA for 858cb58
1 file changed
bot/exts/fun/space.py
@@ -27,6 +27,7 @@
27
28
@dataclass
29
class NasaResult:
30
+ """Structured result object returned by NASA API requests."""
31
ok: bool
32
status: int | None
33
data: Any | None
0 commit comments