mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
32 lines
1.1 KiB
Python
32 lines
1.1 KiB
Python
# -*- coding:utf-8 -*-
|
|
"""一个简单的基于音·创的我的世界音频操作工具"""
|
|
|
|
import main
|
|
if main.importDebug():
|
|
print("Debug finished correctly")
|
|
else:
|
|
print("Debug finished with errors")
|
|
|
|
__version__ = '0.0.1'
|
|
__all__ = []
|
|
__author__ = (('金羿', 'Eilles Wan'), ('诸葛亮与八卦阵', 'bgArray'), ('鸣凤鸽子', 'MingFengPigeon'))
|
|
|
|
"""
|
|
Copyright © 2022 Team-Ryoun
|
|
|
|
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.
|
|
"""
|
|
|
|
print('此工具由凌天之云创新团队开发,版权归本团队参与开发的人员共同所有。')
|
|
print('This tool is developed by Team-Ryoun, copyright belongs to the team members who developed the tool.')
|