"""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 ( # noqa: F401 momentum, reversal, reversal_rank, reversal_vol, )