package Zion;
require Exporter;

@ISA = qw(Exporter);
@EXPORT = qw(myprint
);
$VERSION = "0.01";
1;
