job-hunting-ai / agents /__init__.py
mananshah296's picture
latest features and UI changes added
a11ab1e
raw
history blame contribute delete
140 Bytes
from .job_lookup_agent import lookup
from .resume_matcher_agent import ResumeMatcher
__all__ = [
'lookup',
'ResumeMatcher'
]