mirror of
https://github.com/Nanaloveyuki/py-logiliteal.git
synced 2025-09-05 19:16:22 +00:00
⚡️ 提升了使用fmt
时的性能,优化了算法
This commit is contained in:
@ -5,7 +5,7 @@ Utility functions
|
||||
# encoding = utf-8
|
||||
# python 3.13.5
|
||||
|
||||
from .configs import get_config, set_config, reset_config
|
||||
from .configs import get_config, set_config, reset_config, create_backup
|
||||
from .time import get_asctime, get_date, get_time, get_weekday
|
||||
from .fmt import fmt_console, fmt_placeholder, fmt_message, fmt_level_name
|
||||
from .styles import set_color, set_bg_color, set_style
|
||||
@ -14,6 +14,7 @@ __all__ = [
|
||||
"get_config",
|
||||
"set_config",
|
||||
"reset_config",
|
||||
"create_backup",
|
||||
"get_asctime",
|
||||
"get_date",
|
||||
"get_time",
|
||||
@ -24,5 +25,5 @@ __all__ = [
|
||||
"fmt_level_name",
|
||||
"set_color",
|
||||
"set_bg_color",
|
||||
"set_style"
|
||||
"set_style",
|
||||
]
|
||||
|
Reference in New Issue
Block a user