mirror of
https://github.com/HabiRabbu/Musicseerr
synced 2026-04-21 13:37:27 +00:00
4 lines
231 B
Python
4 lines
231 B
Python
"""Backward-compat shim — re-exports from infrastructure.persistence."""
|
|
from infrastructure.persistence.request_history import RequestHistoryRecord, RequestHistoryStore
|
|
|
|
__all__ = ["RequestHistoryRecord", "RequestHistoryStore"]
|