from typing import Any

log: Any
SERVICE_NAME: str
ORIGIN: str

def initialize() -> None: ...
