import logging logger = logging.getLogger(__name__.split(".")[-1]) class TicketingService: def __init__(self) -> None: pass