SabaPivot's picture
Upgrade canonical logbook from full-score peer evidence with attribution
2042bc3 verified
Raw
History Blame Contribute Delete
149 Bytes
"""FFOLayer package."""
from .ffocp_eq import FFOLayer
from .ffoqp_eq import FFOQPLayer
__all__ = ["FFOLayer", "FFOQPLayer"]
__version__ = "0.1.2"