#!/usr/bin/perl -w
use v5.12;
use lib 'lib', '../lib';
use App::GUI::Harmonograph;

App::GUI::Harmonograph->new->MainLoop( );

exit 0;
__END__

