{- git-annex abstract data types -}
module Types (
Annex,
AnnexState,
Backend,
Key,
backendName,
keyFrag,
Flag(..),
) where
import BackendTypes