2048/src/ai/__init__.py
2024-01-03 03:58:38 +02:00

4 lines
46 B
Python

from .train import train
__all__ = ["train"]