"""Built-in alpha library. Importing this package imports each alpha module, which registers the alpha via the ``@register_alpha`` decorator. Add a new built-in by dropping a module here and importing it below. """ from pipeline.alpha.library import momentum, reversal, reversal_vol # noqa: F401