/****c* Mupputs/puppet
 * NAME
 *   pupput --
 * PURPOSE
 *   Little monsters that can walk and talk on a stage.
 * METHODS
 *   puppet::walk -- make a puppet walk
 *   puppet::talk -- make a puppet talk
 *   puppet::act  -- make a puppet act
 *******
 */


/****c* Mupputs/stage
 * NAME
 *   stage -- the floor on which the puppets act. 
 * METHODS
 *   stage::open_curtains
 *   stage::lights
 ******
 */