module Liquid; class Tag; end; end module Bunto class Avatar < Liquid::Tag VERSION = '1.0.0'.freeze end end