1
0
mirror of https://github.com/Ahp06/SUMO_Emissions.git synced 2024-11-21 19:16:30 +00:00

Rename area.py to model.py

This commit is contained in:
Thibaud Gasser 2018-11-15 12:23:56 +01:00
parent 938e64b1f4
commit 8d51343e0c
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import traci
import config
from SUMOFactory import SUMOFactory
from area import Area
from model import Area
def init_grid(simulation_bounds, cells_number):