teamocil/lib/teamocil.rb
2011-09-25 15:19:05 -04:00

5 lines
78 B
Ruby

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