2016-09-24 16:00:58 +02:00

9 lines
107 B
Ruby

require "hbc/artifact/moved"
module Hbc
module Artifact
class InputMethod < Moved
end
end
end