Skip to content

API Reference

hello_world()

Prints a hello world message.

Source code in src/opensymbiose/main.py
1
2
3
def hello_world() -> str:
    """Prints a hello world message."""
    return "Hello from OpenSymbiose!"

handler: python options: show_root_heading: true show_source: true