This commit is contained in:
shenjack 2022-10-23 20:24:16 +08:00
parent becf65ed4c
commit 38ba6664b2
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ gitee: @shenjackyuanjie
import re import re
from utils import translate from Difficult_Rocket.utils import translate
default_style = { default_style = {
'font_name': 'Times New Roman', 'font_name': 'Times New Roman',

View File

@ -10,7 +10,7 @@ mail: 3695888@qq.com
github: @shenjackyuanjie github: @shenjackyuanjie
gitee: @shenjackyuanjie gitee: @shenjackyuanjie
""" """
from exception import BaseError from Difficult_Rocket.exception import BaseError
__all__ = [ __all__ = [
'NoMoreJson5', 'NoMoreJson5',