"""Model package for the CNO reproduction.""" from .FNO import CNO2d, build_model, count_trainable_parameters __all__ = ["CNO2d", "build_model", "count_trainable_parameters"]