0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

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

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)