def init_app( app: Quart, config: ImpConfig ) -> None: # -or- Imp( app: Quart, config: ImpConfig )
Initializes the quart app to work with quart-imp.
See quart_imp_config-impconfig.md for more information on the ImpConfig class.
ImpConfig