Source code for wikibaseintegrator.datatypes.externalid

from wikibaseintegrator.datatypes.string import String


[docs] class ExternalID(String): """ Implements the Wikibase data type 'external-id' """ DTYPE = 'external-id'