You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
406 B
Python

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