From af21b75b70639c9ed30d616d6aaa5bb9a4484979 Mon Sep 17 00:00:00 2001 From: Eilles Wan Date: Thu, 7 Apr 2022 17:32:26 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20msctplug?= =?UTF-8?q?in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- msctplugin/pluginLoader.py | 49 -------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 msctplugin/pluginLoader.py diff --git a/msctplugin/pluginLoader.py b/msctplugin/pluginLoader.py deleted file mode 100644 index e0163d5..0000000 --- a/msctplugin/pluginLoader.py +++ /dev/null @@ -1,49 +0,0 @@ -# -*- coding: utf-8 -*- -'''此文件为音·创的插件加载程序,为了满足各平台需求,使用的是CLI界面''' - -# W-YI 金羿 -# QQ 2647547478 -# 音·创 开发交流群 861684859 -# Email EillesWan2006@163.com W-YI_DoctorYI@outlook.com EillesWan@outlook.com -# 版权所有 Team-Ryoun 金羿 -# 若需转载或借鉴 请附作者 - - -""" - Copyright 2022 Eilles Wan (金羿) - - Licensed under the Apache License, Version 2.0 (the 'License'); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an 'AS IS' BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -""" - -# 代码写的并非十分的漂亮,还请大佬多多包涵;本软件源代码依照Apache软件协议公开 - - -# 下面为正文 - - -print(""" -音·创 插件管理 -Musicreater PLUGINS Management -""") - - - - - - - - - - - -