print (*glob.glob(path_join_, recursive= True), sep= "\n") # path 直下のディレクトリを抽出(recursive= True をつけると、path以下のディレクトリ全てを抽出) ...
Join actions should be provided as a dictionary. Each key is an action name, and each value is a list of the custom inputs. Use None for no custom input. For example: ...