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