"""
    linkedin-api
"""
from .linkedin import Linkedin

__title__ = "linkedin_api"
__version__ = "2.0.1"
__description__ = "Python Wrapper for the Linkedin API"

__license__ = "MIT"

__author__ = "Tom Quirk"
__email__ = "tomquirkacc@gmail.com"

__all__ = ["Linkedin"]
