-- |
-- Module:      Boots.Plugin
-- Copyright:   2019 Daniel YU
-- License:     BSD3
-- Maintainer:  leptonyu@gmail.com
-- Stability:   experimental
-- Portability: portable
--
-- Boot plugin.
--
module Boots.Plugin(
    module Boots.Internal.Plugin
  ) where

import           Boots.Internal.Plugin