break down store.py into multiple files in a module

+ fix last updated date bug
This commit is contained in:
geoffrey45
2023-03-25 03:05:38 +03:00
parent 43c480cf3e
commit d43dcbff46
26 changed files with 688 additions and 636 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from flask import Blueprint
from app.db.store import Store
from app.store.albums import AlbumStore as Store
api = Blueprint("colors", __name__, url_prefix="/colors")