0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 13:52:00 +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 @@
import glob
from . import log95, _log_out, Path
from . import log95, Path
_log_out: log95.TextIO
class PlaintextParser:
def __init__(self): self.logger = log95.log95("PARSER", output=_log_out)