API Reference
hello_world()
Prints a hello world message.
Source code in src/opensymbiose/main.py
| def hello_world() -> str:
"""Prints a hello world message."""
return "Hello from OpenSymbiose!"
|
handler: python
options:
show_root_heading: true
show_source: true