flask-imgur icon indicating copy to clipboard operation
flask-imgur copied to clipboard

Lazy loading

Open EnyMan opened this issue 7 years ago • 0 comments

Lazy loading would really by appreciated.

from flask_imgur.flask_imgur import Imgur
imgur = Imgur()

def create_app():
    app = Flask(__name__)
    imgur.init_app(app)
    return app

EnyMan avatar Jan 29 '19 09:01 EnyMan