#!/usr/bin/perl

use lib qw(/usr/lib/libDrakX);
use interactive;
use drakfirsttime::gui;

drakfirsttime::gui->new('mdkclub');
