Skip to content
Snippets Groups Projects
db.py 58 B
Newer Older
  • Learn to ignore specific revisions
  • Alex's avatar
    Alex committed
    from flask_sqlalchemy import SQLAlchemy
    
    db = SQLAlchemy()