diff --git a/python/lsst/ts/observatory/control/utils/enums.py b/python/lsst/ts/observatory/control/utils/enums.py index afffe88a..e1ad00f5 100644 --- a/python/lsst/ts/observatory/control/utils/enums.py +++ b/python/lsst/ts/observatory/control/utils/enums.py @@ -18,7 +18,7 @@ # # You should have received a copy of the GNU General Public License -__all__ = ["RotType", "InstrumentFocus"] +__all__ = ["RotType", "InstrumentFocus", "ClosedLoopMode", "DOFName"] import enum