# coding:utf-8
"""
@author: 井松
@contact: 529548204@qq.com
@file: relevance.py
@time: 2021/11/15 17:13
from cacheout import Cache
class Relevance(object):
def __init__(self):
self.caches = Cache()
# def relevance(self,data):