[compat] Split into sub-modules (#2173)

Authored by: fstirlitz, pukkandan
This commit is contained in:
felix 2022-02-04 14:37:02 +01:00 committed by pukkandan
parent 19a0394044
commit 77f9033095
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
11 changed files with 274 additions and 318 deletions

View file

@ -1,4 +1,3 @@
import asyncio
import contextlib
import os
import signal
@ -15,6 +14,7 @@ else:
from .common import FileDownloader
from .external import FFmpegFD
from ..compat import asyncio
class FFmpegSinkFD(FileDownloader):