get_bundles# pyvisgen.utils.get_bundles(path: str | Path) → array[source]# Finds all files located in a given directory. Parameters: pathstr or PathPath to the directory containing the bundle files. Returns: bundlesarray()array() containing paths to the bundle files.