mirror of
https://github.com/kristoferssolo/2048.git
synced 2025-10-21 15:20:35 +00:00
4 lines
46 B
Python
4 lines
46 B
Python
from .train import train
|
|
|
|
__all__ = ["train"]
|