e19bb452f9
Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
125 B
Python
6 lines
125 B
Python
"""兼容层:BookCache 在 exchange.book_cache。"""
|
|
|
|
from ..exchange.book_cache import BookCache
|
|
|
|
__all__ = ["BookCache"]
|