packages feed

keera-posture-0.1.3: src/Main.hs

-- | This is the main program with which the graphical app is launched.
module Main where

-- Internal imports
import Controller

-- |The app starts here. Here we simply call the controller, which
-- takes control from now on.
main :: IO ()
main = startController