File size: 143 Bytes
11fab85
 
 
 
 
1
2
3
4
5
6
"""規則引擎子套件(純 numpy/pandas,絕不 import torch/ultralytics/cv2)。"""

from .engine import run_engine

__all__ = ["run_engine"]