support mix items not in store

This commit is contained in:
cwilvx
2024-12-26 20:55:59 +03:00
parent 24aa34807b
commit 94591daa1e
9 changed files with 202 additions and 319 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from abc import ABC
from typing import Any
from app.lib.home import recover_items
from app.lib.home.recover_items import recover_items
from app.models.mix import Mix
class HomepageEntry(ABC):