Skip to content

Instantly share code, notes, and snippets.

@twyle
Created June 2, 2022 12:19
Show Gist options
  • Save twyle/e1f5849dffabf66da78ff5e25c299fe3 to your computer and use it in GitHub Desktop.
Save twyle/e1f5849dffabf66da78ff5e25c299fe3 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
"""This module creates the flask extensions that we will use."""
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment