예제 #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
파일: __init__.py 프로젝트: Jeff-Lewis/bob
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()