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/c/Acces.py

21 lines
381 B
Python

from src.v import Panneau, Borne, Camera
from src.c import Teleporteur
from src.m import Parking, Place
__author__ = 'sidya'
class Acces:
def __init__(self):
self.__parkings = {}
self.__clients = {}
def actionnerCamera(self, client):
pass
def actionnerPanneau(self):
pass
def lancerProcedureImmatr(self, voiture):
pass