from .naive import naive_nsa from .parallel import parallel_nsa __all__ = [ 'naive_nsa', 'parallel_nsa', ]