some patched stuff
This commit is contained in:
parent
aeedb042fe
commit
d0c9db9893
2 changed files with 10 additions and 0 deletions
0
src/source/__init__.py
Normal file
0
src/source/__init__.py
Normal file
10
src/source/network/DownloadJob.py
Normal file
10
src/source/network/DownloadJob.py
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
from .NetworkPath import NetworkPath
|
||||||
|
from ...config.datafiles.owoDataFile import owoDataFile
|
||||||
|
from ...config import moduleConfig
|
||||||
|
|
||||||
|
class DownloadJob:
|
||||||
|
|
||||||
|
def __init__(self,
|
||||||
|
url: NetworkPath,
|
||||||
|
engine: string = moduleConfig.source.network.engine,
|
||||||
|
engineConfig: dict = moduleConfig.source.network.engineConfig
|
Loading…
Reference in a new issue