Refactor import paths to use the 'src' directory structure and remove unused workflow inputs

This commit is contained in:
2026-03-18 17:48:54 +02:00
parent c339443fd5
commit 9e5540b89b
11 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import logging
from ytplaylist.manager import PlaylistManager
from src.manager import PlaylistManager
from tests.dummy_config import DummyConfig