return [child for child in os.listdir(parent) if os.path.isdir(os.path.join(parent, child))]