This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
L3GestionParking/src/v/Ui_Panneau.py

6 lines
134 B
Python

__author__ = 'sidya'
class Panneau:
def afficherNbPlaceDisponible(self, parking):
print(parking.nbPlacesLibresParking())