package MDV::Draklive::Live; use MDK::Common; sub new { my ($class) = @_; bless {}, $class; } 1;