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
Raw Normal View History

2014-12-05 14:54:04 +00:00
__author__ = 'sidya'
2014-12-23 18:05:26 +00:00
class Panneau:
2014-12-05 14:54:04 +00:00
def afficherNbPlaceDisponible(self, parking):
2014-12-23 18:05:26 +00:00
print(parking.nbPlacesLibresParking())