API Reference modern_python_boilerplate.main hello_world() Prints a hello world message. Source code in src/modern_python_boilerplate/main.py 1 2 3def hello_world() -> str: """Prints a hello world message.""" return "Hello from modern-python-boilerplate!"