logo
Readme
Files and versions

5 lines
106 B

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