migration: preserve market data and search slice
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user