from .loader import TextLoader def text_loader(*args, **kwargs): return TextLoader(*args, **kwargs)