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

2014-12-05 14:54:04 +00:00
__author__ = 'sidya'
class Camera:
2014-12-23 18:05:26 +00:00
def detecterVoiture(self):
return True
2014-12-05 14:54:04 +00:00
2014-12-23 18:05:26 +00:00
def donnerVoiture(self):
v = Voiture() # need classe voiture \o/
return v