basyx commited on
Commit
61c310e
·
verified ·
1 Parent(s): a3bb631

Delete services

Browse files
services/__init__.py DELETED
@@ -1 +0,0 @@
1
- """Compatibility exports for the canonical :mod:`app.services` package."""
 
 
services/cleanup.py DELETED
@@ -1 +0,0 @@
1
- from app.services.cleanup import * # noqa
 
 
services/downloader.py DELETED
@@ -1 +0,0 @@
1
- from app.services.downloader import * # noqa
 
 
services/ffmpeg_service.py DELETED
@@ -1 +0,0 @@
1
- from app.services.ffmpeg_service import * # noqa
 
 
services/ffprobe_service.py DELETED
@@ -1 +0,0 @@
1
- from app.services.ffprobe_service import * # noqa
 
 
services/input_resolver.py DELETED
@@ -1 +0,0 @@
1
- from app.services.input_resolver import * # noqa
 
 
services/media_service.py DELETED
@@ -1 +0,0 @@
1
- from app.services.media_service import * # noqa
 
 
services/validator.py DELETED
@@ -1 +0,0 @@
1
- from app.services.validator import * # noqa
 
 
services/whisper_service.py DELETED
@@ -1 +0,0 @@
1
- from app.services.whisper_service import * # noqa
 
 
services/ytdlp_service.py DELETED
@@ -1 +0,0 @@
1
- from app.services.ytdlp_service import * # noqa