# -*- coding: utf-8 -*- from .main import TrendRadarPermissionPlugin def get_plugin(): """返回插件实例。""" return TrendRadarPermissionPlugin()