from __future__ import annotations
import glob as glob
import posixpath as osp
__all__ = ['findExampleDataFile', 'glob', 'osp']
def findExampleDataFile(name):
    """
    
        Find the example data file specified by `name`.
        
    """
