def from_file()

in metropolis/utils/data_classes.py [0:0]


    def from_file(cls, file_name: str) -> "PointCloud":
        """Loads point cloud from disk.

        Args:
            file_name: Path of the pointcloud file on disk.

        Returns:
            PointCloud instance.
        """
        pass