diff --git a/src/launcher/downloader.py b/src/launcher/downloader.py index f6032d4..02fd780 100644 --- a/src/launcher/downloader.py +++ b/src/launcher/downloader.py @@ -21,4 +21,13 @@ * You should have received a copy of the GNU General Public License * * along with CNIRevelator. If not, see . * ******************************************************************************** -""" \ No newline at end of file +""" + +import hashlib +from pypac import PACSession +from requests.auth import HTTPProxyAuth + +class newdownload(): + def __init__(url): + self.url = url +