Subdirektori Python Glob

import glob

subdirectories = glob.glob("./*/")
Attractive Addax