import Foundation enum CardLocation: Equatable, Hashable, Codable, Sendable { case tableau(Int) case foundation(Int) case waste case stock case freeCell(Int) }