{- | This module is for advanced users. Generally speaking, you should only use
   this module if you want to define new targets (formats) or customize existing
   ones.
-}
module Ondim.Advanced
    ( OndimNode (..),
      Expansible (..),
    ) where

import Ondim.Internal.Class (OndimNode (..), Expansible (..))