This commit is contained in:
queukat 2024-09-07 14:15:32 +03:00
parent 35cc5d3bde
commit b6ceeb44ac
8 changed files with 406 additions and 345 deletions

View file

@ -23,6 +23,7 @@ class LinkedInBotState:
raise ValueError(f"{key.replace('_', ' ').capitalize()} must be set before proceeding.")
logger.debug("State validation passed")
class LinkedInBotFacade:
def __init__(self, login_component, apply_component):
logger.debug("Initializing LinkedInBotFacade")