Source code for qblox_scheduler.experiments.loops
# Repository: https://gitlab.com/qblox/packages/software/qblox-scheduler
# Licensed according to the LICENSE file on the main branch
#
# Copyright 2025, Qblox B.V.
"""Deprecated alias for :mod:`qblox_scheduler.segments.loops`."""
from __future__ import annotations
from qblox_scheduler.segments.loops import Loop
__all__ = [
"Loop",
]