File size: 231 Bytes
a77e42f
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""agent.matching — job matching against CV profiles."""

from agent.matching.matcher import JobMatcher, MatchResult, _fallback, _phd_status

__all__ = [
    "JobMatcher",
    "MatchResult",
    "_fallback",
    "_phd_status",
]