Subdiretórios Glob Python
import glob
subdirectories = glob.glob("./*/")
Attractive Addax
import glob
subdirectories = glob.glob("./*/")