<?php /* Please see the README and LICENSE files. */ /** * A data module used for modules */ abstract class Module_Model extends Data_Model { } ?>