this is dumb

This commit is contained in:
2026-02-11 21:18:15 +01:00
parent 2296d8630c
commit e1100ce5fa
3 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
from . import PlayerModule, log95, Track, _log_out
from . import PlayerModule, log95, Track
import os
_log_out: log95.TextIO
assert _log_out # pyright: ignore[reportUnboundVariable]
logger = log95.log95("Skipper", output=_log_out)