예제 #1
0
 def _create_app(self, auth_config, **kwargs):
     return create_app(auth_config, **kwargs)
예제 #2
0
 def _create_app(self, auth_config, **kwargs):
     return create_app(auth_config, **kwargs)
예제 #3
0
 def _create_app(self, auth_config, register_blueprint=True):
     return create_app(auth_config, register_blueprint)