Declare specific imports

This commit is contained in:
CorpNewt 2019-10-02 15:58:07 -05:00 committed by GitHub
parent 9de8a98500
commit 8256b79f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
from Scripts import *
from Scripts import utils, diskwin, downloader, run
import os, sys, tempfile, shutil, zipfile, platform, json, time
class WinUSB: