mirror of
https://github.com/Project-Redacted/Highscores-Server.git
synced 2025-05-23 20:04:53 +00:00
First Commit
This commit is contained in:
parent
7efaf276e4
commit
fda7ff28dd
19 changed files with 735 additions and 0 deletions
7
server/extensions.py
Normal file
7
server/extensions.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_migrate import Migrate
|
||||
from flask_caching import Cache
|
||||
|
||||
db = SQLAlchemy()
|
||||
migrate = Migrate()
|
||||
cache = Cache()
|
Loading…
Add table
Add a link
Reference in a new issue