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

464 B

Menu = ImpBlueprint/__init__
Title = Quart-Imp Blueprint __init__
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 for more information.