Skip to content

Service

zeroth.service

Backend service composition.

The exports resolve lazily. Eager imports here would load the FastAPI app closure on any zeroth.service.* submodule import, so a caller that only wanted a bootstrap helper would pay for the whole service shell.

__getattr__

__getattr__(name: str) -> object

Resolve the service exports from their defining modules on first access.