mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[core/downloader] Move downloader to new sub-package
Preparing to add a new AIO based downloader
This commit is contained in:
parent
9e01ae1c5b
commit
7ff16aad44
|
@ -17,7 +17,7 @@ from typing import List, Dict
|
|||
from uuid import uuid4
|
||||
|
||||
from legendary.api.egs import EPCAPI
|
||||
from legendary.downloader.manager import DLManager
|
||||
from legendary.downloader.mp.manager import DLManager
|
||||
from legendary.lfs.egl import EPCLFS
|
||||
from legendary.lfs.lgndry import LGDLFS
|
||||
from legendary.utils.lfs import clean_filename, delete_folder, delete_filelist, get_dir_size
|
||||
|
|
0
legendary/downloader/mp/__init__.py
Normal file
0
legendary/downloader/mp/__init__.py
Normal file
Loading…
Reference in a new issue