Difficult-Rocket/Difficult_Rocket/api/Exp/__init__.py
shenjack 7715ee4d20 Revert "update pyglet"
This reverts commit 0173dd8b852facef2f800ab8cee81ec72afaec6d.

清理点东西
2022-06-20 21:12:38 +08:00

30 lines
765 B
Python

# -------------------------------
# Difficult Rocket
# Copyright © 2021-2022 by shenjackyuanjie
# All rights reserved
# -------------------------------
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
github: @shenjackyuanjie
gitee: @shenjackyuanjie
"""
from Difficult_Rocket.api.Exp.main import Error
from Difficult_Rocket.api.Exp.command import CommandError, CommandParseError, CommandQMarkPosError, \
CommandQMarkConflict, CommandQMarkMissing, CommandQMarkPreMissing, CommandQMarkSufMissing
from Difficult_Rocket.api.Exp.unsupport import NoMoreJson5
class TexturesError(Error):
"""材质相关 error"""
class LanguageError(Error):
"""语言相关 error"""
class TestError(Error):
"""就像名字一样 用于测试的 error"""