示例#1
0
文件: __init__.py 项目: soitun/bob
 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
文件: __init__.py 项目: jna/bob
 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
文件: __init__.py 项目: soitun/bob
from __future__ import unicode_literals

import bob

bob.init()