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
@@ -2,7 +2,7 @@ import subprocess
import shutil
from pathlib import Path
from ytplaylist.downloader import PlaylistDownloader
from src.downloader import PlaylistDownloader
from tests.dummy_config import DummyConfig