13 lines
292 B
Python
13 lines
292 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
# @Time : 2022/02/08 2:55 PM
|
||
|
|
# @Author : yommi
|
||
|
|
# @Site :
|
||
|
|
# @File : __init__
|
||
|
|
# @Software: PyCharm
|
||
|
|
from .plugin import P
|
||
|
|
blueprint = P.blueprint
|
||
|
|
menu = P.menu
|
||
|
|
plugin_load = P.logic.plugin_load
|
||
|
|
plugin_unload = P.logic.plugin_unload
|
||
|
|
plugin_info = P.plugin_info
|