mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-09 10:33:35 +08:00
4 lines
115 B
Python
4 lines
115 B
Python
from artiq.coredevice.exceptions import (RTIOUnderflow, RTIOOverflow)
|
|
|
|
__all__ = ["RTIOUnderflow", "RTIOOverflow"]
|