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