# -*- encoding : utf-8 -*-
# Wikidata UI tests
#
# Author:: Thiemo Kreuz
# License:: GNU GPL v2+
#
# page object for the Special:ModifyEntity page

class SpecialModifyEntityPage
  include PageObject
  include SpecialModifyEntityModule
end
