Spaces:
Configuration error
Configuration error
""" | |
Functions package for the resumate application. | |
This package contains modules for data acquisition, processing, and analysis | |
of LinkedIn profiles, GitHub profiles, and job postings. | |
""" | |
from .context_acquisition import get_linkedin_profile_html | |
__all__ = ['get_linkedin_profile_html'] | |