teamocil/lib/teamocil.rb
2011-07-20 13:20:56 -04:00

5 lines
78 B
Ruby

module Teamocil
VERSION = '0.1.8'
autoload :Layout, "teamocil/layout"
end