File size: 292 Bytes
f1fa456
 
 
 
 
 
 
df6f062
f1fa456
 
1
2
3
4
5
6
7
8
9
10
11
"""
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']