Your IP : 216.73.216.215


Current Path : /usr/lib/rads/venv/lib64/python3.13/site-packages/exim_analytics/
Upload File :
Current File : //usr/lib/rads/venv/lib64/python3.13/site-packages/exim_analytics/__init__.py

from typing import NamedTuple


class Host(NamedTuple):
    exim_log_path: str
    offset_file_path: str
    parsed_log_path: str
    hostname: str


from .config import load_config as load_config  # noqa: E402
from .parser import parse_exim as parse_exim  # noqa: E402
from .api import send_batch as send_batch  # noqa: E402
from .api import send_no_mail as send_no_mail  # noqa: E402
from .api import check_status as check_status  # noqa: E402