Exemplo n.º 1
0
 def _create_app(self, auth_config, **kwargs):
     return create_app(auth_config, **kwargs)
Exemplo n.º 2
0
 def _create_app(self, auth_config, **kwargs):
     return create_app(auth_config, **kwargs)
Exemplo n.º 3
0
 def _create_app(self, auth_config, register_blueprint=True):
     return create_app(auth_config, register_blueprint)