qualpipe_webapp.backend.backends.factory#

Factory for creating backend API instances based on environment configuration.

This module provides the create_backend function, which instantiates the appropriate backend (e.g., FileBackend) according to environment variables.

Functions

create_backend()

Create backend instance based on environment configuration.