# test module for gatenlp-dir2dir class MyPipe: def __call__(doc, **kwargs): pass def make_pipeline(args=None): return MyPipe()