module AI ( move ) where import Hanafuda.KoiKoi (Game(..), Move(..), PlayerKey) move :: PlayerKey -> Game -> Move move = undefined