This tutorial will show you how to include a block in your module.
Steps Open your module page and add the following where you want the block to appear.
include('blocks/block-Your_Block.php'); echo $content;
Visit our forums for more help!