| """themis citation verification package (live portal + Indian Kanoon).""" | |
| from .citation_verifier import ( | |
| CitationVerifier, | |
| VerificationResult, | |
| VerificationStatus, | |
| verify_citation, | |
| verify_citations, | |
| PORTAL_ECOURTS, | |
| PORTAL_SCR, | |
| ) | |
| __all__ = [ | |
| "CitationVerifier", | |
| "VerificationResult", | |
| "VerificationStatus", | |
| "verify_citation", | |
| "verify_citations", | |
| "PORTAL_ECOURTS", | |
| "PORTAL_SCR", | |
| ] | |