from typing import Any

log: Any
CONF_PATH: str
SERVICE_NAME: str
ORIGIN: str

def initialize() -> None: ...
