hh-bot/hh_bot/__init__.py

8 lines
201 B
Python

__version__ = "2.0.0"
__author__ = "HH Bot Team"
from .core.job_application_manager import JobApplicationManager
from .config.settings import settings
__all__ = ["JobApplicationManager", "settings"]