def get_current_datetime()

in answers/task_4/tools.py [0:0]


def get_current_datetime() -> str:
    """Get the current CET date and time.

    Returns:
        str: The current date and time in format YYYY-MM-DD HH:MM:SS
    """
    return current_datetime()