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/Camera.py

11 lines
183 B
Python

__author__ = 'sidya'
class Camera:
def detecterVoiture(self):
return True
def donnerVoiture(self):
v = Voiture() # need classe voiture \o/
return v