#!/usr/bin/perl

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

BEGIN {
    $ENV{COLORTERM} and die("This wizard cannot be launched manually");
};

my $in = 'interactive'->vnew;
drakfirsttime::gui->new('drakfw');
