looks better

This commit is contained in:
shenjack 2023-06-07 19:54:52 +08:00
parent aba1e9de71
commit 3d456e81ce

View File

@ -4,9 +4,13 @@
# All rights reserved
# -------------------------------
from Difficult_Rocket.utils.options import Options, FontData, Fonts, \
OptionsError, OptionNameNotDefined, OptionNotFound, \
get_type_hints_
from Difficult_Rocket.utils.options import (Options,
FontData,
Fonts,
OptionsError,
OptionNameNotDefined,
OptionNotFound,
get_type_hints_)
from libs.MCDR.version import Version
@ -27,4 +31,3 @@ __all__ = [
# other
'get_type_hints_',
]