quart-imp/docs/_md/v1/ImpBlueprint-init.md
David Carmichael bfcc49dd8d feat: docs
2024-08-16 15:09:07 +01:00

18 lines
464 B
Markdown

```
Menu = ImpBlueprint/__init__
Title = Quart-Imp Blueprint __init__
```
```python
ImpBlueprint(dunder_name: str, config: ImpBlueprintConfig) -> None
```
---
Initializes the Quart-Imp Blueprint.
`dunder_name` should always be set to `__name__`
`config` is an instance of `ImpBlueprintConfig` that will be used to load the Blueprint's configuration.
See [quart_imp.config / ImpBlueprintConfig](quart_imp_config-impblueprintconfig.html) for more information.