rewrite-inspector-0.1.0.4: src/RewriteInspector.hs
{-|
Copyright : (C) 2019, QBayLogic
License : BSD2 (see the file LICENSE)
Maintainer : Orestis Melkonian <melkon.or@gmail.com>
Entry-point.
-}
module RewriteInspector
( module Gen
, runTerminal
) where
import Gen
import BrickUI (runTerminal)