Toss in some `colorlog` alts to try

log_sys_testing
Gud Boi 2026-02-09 13:55:29 -05:00
parent d61e8caab2
commit ff02939213
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ from types import ModuleType
import warnings
import colorlog # type: ignore
# ?TODO, some other (modern) alt libs?
# import coloredlogs
# import colored_traceback.auto # ?TODO, need better config?
import trio
from ._state import current_actor