Partage.py 72 B

1234567
  1. from threading import RLock
  2. verrou = RLock()
  3. Vendre=[]
  4. Annulation=[]