Source code for qblox_scheduler.experiments.schedules
# 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.schedules`."""
from __future__ import annotations
from qblox_scheduler.segments.schedules import ExecuteSchedule
__all__ = [
"ExecuteSchedule",
]