373 B
373 B
Menu = Imp/init_app, __init__
Title = Imp.init_app, __init__
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.