Subdirektori Python Glob
import glob
subdirectories = glob.glob("./*/")
Attractive Addax
import glob
subdirectories = glob.glob("./*/")