Spaces:
Running
Running
Delete services
Browse files- services/__init__.py +0 -1
- services/cleanup.py +0 -1
- services/downloader.py +0 -1
- services/ffmpeg_service.py +0 -1
- services/ffprobe_service.py +0 -1
- services/input_resolver.py +0 -1
- services/media_service.py +0 -1
- services/validator.py +0 -1
- services/whisper_service.py +0 -1
- services/ytdlp_service.py +0 -1
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
|
|
|
|
|
|