# Repository: https://gitlab.com/quantify-os/quantify-scheduler
# Licensed according to the LICENCE file on the main branch
"""Module containing example configurations."""

from quantify_scheduler.schemas.examples.device_example_cfgs import example_transmon_cfg

__all__ = ["example_transmon_cfg"]
