Source code for j5.backends.hardware.env

"""The hardware Environment."""

from j5.backends import Environment

HardwareEnvironment = Environment("HardwareEnvironment")


[docs]class NotSupportedByHardwareError(Exception): """The hardware does not support that functionality."""