from .read_csv import ReadCSV def csv_reader(*args, **kwargs): return ReadCSV(*args, **kwargs)