mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
Added zipfile in lib for update
This commit is contained in:
parent
8ce1fd1e1e
commit
ed188ec76e
1 changed files with 1 additions and 0 deletions
1
main.pyw
1
main.pyw
|
@ -3,6 +3,7 @@ from tkinter import messagebox, filedialog, ttk
|
|||
from threading import Thread
|
||||
import subprocess
|
||||
import requests
|
||||
import zipfile
|
||||
import shutil
|
||||
import json
|
||||
import glob
|
||||
|
|
Loading…
Reference in a new issue