def __init__(self, forks_number): self.forks_number = forks_number self.semaphore = Semaphore(self.forks_number)