6 lines
214 B
Python
6 lines
214 B
Python
from modules.storergadguard import get_files
|
|
from modules.dl import download
|
|
|
|
download(get_files(input("Enter Microsoft Store URL: ")), input("Enter save path: "),
|
|
input("Enter architecture (x64/x86): "))
|