packages feed

htzaar-0.0.2: src/AI.hs

-- | Library of AI Players
module AI (ai) where

import Board

import AI.Lame

ai :: [AI]
ai = [lame]