migration: preserve market data and search slice

This commit is contained in:
leefer
2026-07-31 01:03:43 +08:00
parent 4002f096f4
commit a4264326bd
26 changed files with 5035 additions and 4634 deletions
+13
View File
@@ -0,0 +1,13 @@
"""Public market data, search, detail and chart feature."""
from .charts import ChartDataError, EastmoneyChartClient, MarketChartClient
from .repository import MarketRepositoryMixin
from .service import MarketServiceMixin
__all__ = [
"ChartDataError",
"EastmoneyChartClient",
"MarketChartClient",
"MarketRepositoryMixin",
"MarketServiceMixin",
]