mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
break down the api blueprint into smaller blueprints
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user