LAL 7.7.1.1-bf6a62b
series.py
Go to the documentation of this file.
1from warnings import warn
2
3from lalmetaio.series import *
4
5warn("The module lal.series is deprecated. Please import lalmetaio.series instead.", DeprecationWarning)