resumate / functions /__init__.py
gperdrizet's picture
Cleaned up
df6f062 verified
raw
history blame
292 Bytes
"""
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']