1
0
mirror of https://github.com/Ahp06/SUMO_Emissions.git synced 2024-11-25 04:56:30 +00:00
sumo-emissions/sumo_project/Area.py

17 lines
233 B
Python

'''
Created on 6 nov. 2018
@author: Admin
'''
class Area:
locked = False
def __init__(self, coords):
self.coords = coords
def getCoords(self):
return self.coords