//    /domains/Praxis/council_vote.c
//    Nightmare IV Mudlib
//    Room for players to vote for council members.
//    Kalinash@Nightmare Aug 17, 1994

#include <lib.h>
#include <daemons.h>

inherit LIB_ROOM;

void init(){
    ::init();
}
