break down the api blueprint into smaller blueprints

This commit is contained in:
geoffrey45
2022-03-20 16:29:31 +03:00
parent 1908633f9d
commit e889d0ef55
24 changed files with 460 additions and 336 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
from typing import List
from app import models, api, albumslib, helpers
from app import models, albumslib, helpers
from app import api
def get_tracks(query: str) -> List[models.Track]: