0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 13:52:00 +01:00
This commit is contained in:
2026-02-11 21:19:29 +01:00
parent 514f24634c
commit c226da8afb

View File

@@ -1,8 +1,8 @@
import glob import glob
from . import log95, Path from . import log95, Path, PlaylistParser
_log_out: log95.TextIO _log_out: log95.TextIO
class PlaintextParser: class PlaintextParser(PlaylistParser):
def __init__(self): self.logger = log95.log95("PARSER", output=_log_out) def __init__(self): self.logger = log95.log95("PARSER", output=_log_out)
def _check_for_imports(self, path: Path, seen=None) -> list[str]: def _check_for_imports(self, path: Path, seen=None) -> list[str]: