ProCreations's picture
Publish six-claim native-scale FFOLayer reproduction
9860743 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"