import warnings

warnings.warn(
    "the lalinspiral.sbank subpackage has been moved into the "
    "independent `sbank` project, "
    "see https://pypi.org/project/sbank/ for details, and will be "
    "removed from lalinspiral in an upcoming release",
    DeprecationWarning,
)
