Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active January 22, 2020 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/d3fa326e9deba71e20c72f3bde99fb5d to your computer and use it in GitHub Desktop.
Save Porter97/d3fa326e9deba71e20c72f3bde99fb5d to your computer and use it in GitHub Desktop.
from flask_bootstrap import Bootstrap
from flask_sqlalchemy import SQLAlchemy
from flask_moment import Moment
bootstrap = Bootstrap()
db = SQLAlchemy()
moment = Moment()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment