| 123456789101112131415161718192021 |
- from ._const import DemandRecommendConst, MatchMethod, ConfigCode, DemandSource
- from ._utils import DemandRecord, MatchStrategy, MatchResult, DemandStrategyParser, parse_recall_items, parse_scored_items
- from ._mapper import DemandRecommendMapper
- from .match_engine import DemandVideoMatchEngine
- from .entrance import DemandRecommendTask
- __all__ = [
- "DemandRecommendConst",
- "MatchMethod",
- "ConfigCode",
- "DemandSource",
- "DemandRecord",
- "MatchStrategy",
- "MatchResult",
- "DemandStrategyParser",
- "DemandRecommendMapper",
- "DemandVideoMatchEngine",
- "DemandRecommendTask",
- "parse_recall_items",
- "parse_scored_items",
- ]
|