Пример #1
0
 def __init__(self, app=None):
     bob.configure_logging()
     bob.init()
     app_settings = bob.init_config()
     self.app = app or create_app(**app_settings)
Пример #2
0
from __future__ import unicode_literals


import bob


bob.init()
Пример #3
0
 def __init__(self, app=None):
     bob.configure_logging()
     bob.init()
     app_settings = bob.init_config()
     self.app = app or create_app(**app_settings)
Пример #4
0
from __future__ import unicode_literals

import bob

bob.init()