teamocil/lib/teamocil.rb
2011-07-19 08:45:12 -04:00

5 lines
78 B
Ruby

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