10 lines
175 B
XML
10 lines
175 B
XML
#{
|
|
import "common.typ"
|
|
|
|
let options = json("cache/options.json")
|
|
let cards = options.cards
|
|
let args = options.args
|
|
|
|
common.iso216_a_card_sheets(4, 6, args, cards)
|
|
}
|