__init__.py

from .template import AlphaModel


__all__ = [
    "AlphaModel",
]