AppLoader
Default loader used when an app is specified.
Constructor
Signature
def AppLoader() - > null
Signature
def AppLoader(
app: str,
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| app | str | The name or identifier of the application to be loaded. |
| **kwargs | dict | Additional configuration options passed to the underlying BaseLoader. |