CardSet* = ref object
cards*: Table[string, Card]
# legalityBinding: set[]
sourcePath: string # Local source path
# Meta (optional)
webSource: string # Web download url
name: string # Can be ""
Run^^^ Is the definition.
