-- | Module:     Control.Varying
--   Copyright:  (c) 2015 Schell Scivally
--   License:    MIT
--   Maintainer: Schell Scivally <schell.scivally@synapsegroup.com>
module Control.Varying (
    -- * Reexports
    module Control.Varying.Core,
    module Control.Varying.Event,
    module Control.Varying.Tween
) where

import Control.Varying.Core
import Control.Varying.Event
import Control.Varying.Tween