def __init__()

in ember/serve.py [0:0]


    def __init__(self):
        self.processes: Dict[str, Dict[str, Any]] = {}
        self.cleanup_thread = threading.Thread(
            target=self._cleanup_expired_processes, daemon=True
        )
        self.cleanup_thread.start()