This commit is contained in:
2026-02-11 21:19:29 +01:00
parent 514f24634c
commit c226da8afb
+2 -2
View File
@@ -1,8 +1,8 @@
import glob
from . import log95, Path
from . import log95, Path, PlaylistParser
_log_out: log95.TextIO
class PlaintextParser:
class PlaintextParser(PlaylistParser):
def __init__(self): self.logger = log95.log95("PARSER", output=_log_out)
def _check_for_imports(self, path: Path, seen=None) -> list[str]: