teamocil/lib/teamocil.rb
2011-02-05 16:38:07 -05:00

5 lines
78 B
Ruby

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