artiq/artiq/coredevice/__init__.py

4 lines
115 B
Python

from artiq.coredevice.exceptions import (RTIOUnderflow, RTIOOverflow)
__all__ = ["RTIOUnderflow", "RTIOOverflow"]