Source code for wikibaseintegrator.datatypes.math

from wikibaseintegrator.datatypes.string import String


[docs] class Math(String): """ Implements the Wikibase data type 'math' for mathematical formula in TEX format """ DTYPE = 'math'