8 lines
139 B
Python
8 lines
139 B
Python
"""
|
|
药店销售预测系统 - 预测模块
|
|
"""
|
|
|
|
from .model_predictor import load_model_and_predict
|
|
|
|
__all__ = ['load_model_and_predict']
|