mirror of
https://github.com/kevin-DL/ShortMe-URL-Shortener.git
synced 2026-01-11 19:14:29 +00:00
Initial commit
This commit is contained in:
4
app/server/db/extensions.py
Normal file
4
app/server/db/extensions.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# ------- 3rd party imports -------
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
db = SQLAlchemy()
|
||||
Reference in New Issue
Block a user