示例#1
0
def getMimeTypes():
    return getConfig('mime-types')[1]
示例#2
0
def getDetectors():
    return getConfig('detectors')[1]
示例#3
0
def getParsers():
    return getConfig('parsers')[1]