Files
ShortMe-URL-Shortener/app/server/db/extensions.py
2021-03-24 15:13:32 +02:00

5 lines
95 B
Python

# ------- 3rd party imports -------
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()