connectfour / models /__init__.py
ClementBM's picture
remove dependencies
3e5c003
raw history blame
No virus
87 Bytes
from pathlib import Path
MODEL_PATH = Path(__file__).parent.absolute() / "model.onnx"