refactor references

This commit is contained in:
geoffrey45
2022-03-21 01:01:06 +03:00
parent cf14610509
commit 2bb5a89a8f
15 changed files with 56 additions and 245 deletions
+1 -3
View File
@@ -3,9 +3,7 @@ import urllib
from typing import List
from flask import request, send_file
from app import functions, instances, helpers, cache, models, prep
from app import albumslib, searchlib
from app import trackslib
from app import functions, instances, helpers, cache, db, prep
from app import api