from .settings import Config

def init_app(app):
    app.config.from_object(Config)