2016-10-23 17:43:06 +02:00

9 lines
106 B
Ruby

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