[FIX] Added new way to identify drives

This commit is contained in:
Maxim Romanko 2024-02-22 15:56:31 +03:00
parent 9f0923c676
commit 8a393afb42

View File

@ -1,8 +1,10 @@
from typing import List
from app.utils_drive import Drive
import platform
from tkinter import *
from tkinter import ttk
import platform
from typing import List
from app.utils_drive import Drive
class App: