job-hunting-ai / agent_api /__init__.py
mananshah296's picture
latest features and UI changes added
a11ab1e
raw
history blame contribute delete
84 Bytes
from .serpjob import scrape_job_profile
__all__ = [
'scrape_job_profile',
]