You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SoulSync/core/wishlist_service.py

6 lines
190 B

"""Compatibility shim for legacy wishlist service imports."""
from core.wishlist.service import WishlistService, get_wishlist_service
__all__ = ["WishlistService", "get_wishlist_service"]