"""FFOLayer package.""" from .ffocp_eq import FFOLayer from .ffoqp_eq import FFOQPLayer __all__ = ["FFOLayer", "FFOQPLayer"] __version__ = "0.1.2"