use crateCard;
use crateHand;
use crateMulligan;
use *;
const _STARTING_HAND_SIZE: usize = 7;
/// Vancouver represents a mulligan strategy that adheres to the
/// [Vancouver mulligan rule](https://mtg.gamepedia.com/Mulligan#Vancouver_mulligan)
///
/// TODO This strategy is currently unimplemented