Source code for proteobench.modules.rescoring.module_rescoring
"""Main interface of the module."""
[docs]
def is_implemented() -> bool:
"""
Return whether the module is fully implemented.
Returns
-------
bool
True if the module is fully implemented, False otherwise.
"""
return False