use strict;
use warnings;

our $BUF_SIZ=64;
our $DEBUG=0;
our $KEYLOGGER="./xtrapdei";
our $DATABASE="./keydd.db";
our $EXTRACTOR="./extract.pl";
our $CLASSIFIER="./hmm_classify.pl";


1;


