//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** @author John Miller * @version 1.6 * @date Mon Oct 10 11:42:43 EDT 2011 * @see LICENSE (MIT style license file). */ package scalation //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** The `model` package contains a trait giving a template for models to follow. */ package object model { } // model package object