FEATURE: allows the backend to take a tracklis text file

This commit is contained in:
2026-08-19 17:26:07 +05:00
parent 607836b280
commit 52d01f1bcd
4 changed files with 149 additions and 10 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
"""API route handlers."""
from . import upload, split, status, download
# websocket is imported directly in main.py to avoid circular import
from . import upload, split, split_file, status, download, formats, info