Spaces:
Paused
Paused
| """ | |
| ProofBook Integration for underwriting pipeline. | |
| """ | |
| from proofbook_integration.proofbook_client import ( | |
| ProofBook, | |
| ProofEntry, | |
| ProofChain, | |
| ProofType, | |
| ProofStatus, | |
| UnderwritingProofBook | |
| ) | |
| __all__ = [ | |
| "ProofBook", | |
| "ProofEntry", | |
| "ProofChain", | |
| "ProofType", | |
| "ProofStatus", | |
| "UnderwritingProofBook", | |
| ] | |