diff --git a/main.py b/main.py index 24a47f1..8e5fe31 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,6 @@ -import shutil, magic, re +import shutil +import magic +import re from typing import Annotated, Union from os import listdir, remove from os.path import abspath, dirname, exists