1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2019-08-01 17:29:04 +02:00
parent 1559e497fd
commit 9fd70c0b53

View file

@ -1,7 +1,5 @@
import typing import typing
import asyncio import asyncio
import youtube_dl
import ffmpeg
import pickle import pickle
from ..utils import Command, Call, NetworkHandler, asyncify from ..utils import Command, Call, NetworkHandler, asyncify
from ..network import Request, ResponseSuccess from ..network import Request, ResponseSuccess