package WeBWorK::ContentGenerator::Instructor;

=head1 NAME

WeBWorK::ContentGenerator::Instructor - Menu interface to the Instructor pages

=cut

use strict;
use warnings;
use base qw(WeBWorK::ContentGenerator);
use CGI qw();

