A cli database for some FFX stuff
module Spell
    ( Spell (..)
    ) where

data Spell = Spell deriving (Show, Eq, Ord)