11 lines
329 B
OCaml
11 lines
329 B
OCaml
let yum = Commands.Yum.run
|
|
let cook = Commands.Cook.run
|
|
let poke = Commands.Poke.run
|
|
let gut = Commands.Gut.run
|
|
let trade = Commands.Trade.run
|
|
let look = Commands.Look.run
|
|
let fresh = Commands.Fresh.run
|
|
let hunt = Commands.Hunt.run
|
|
let ritual = Commands.Ritual.run
|
|
let help = Commands.Help.run
|
|
let meat_print = Common.meat_print
|