forked from M-Labs/artiq
4 lines
115 B
Python
4 lines
115 B
Python
from artiq.coredevice.exceptions import (RTIOUnderflow, RTIOOverflow)
|
|
|
|
__all__ = ["RTIOUnderflow", "RTIOOverflow"]
|