#!/usr/bin/perl

# Licensed under the GPL


use lib qw(/usr/lib/libDrakX);

# i18n: IMPORTANT: to get correct namespace (drakx-net instead of libDrakX)
BEGIN { unshift @::textdomains, 'drakx-net' }
use standalone;
use interactive;
use drakxos;

my $in = 'interactive'->vnew('');
drakxos::create_wizard($in);
