Rename area.py to model.py

This commit is contained in:
2018-11-16 16:40:18 +01:00
parent 938e64b1f4
commit 8d51343e0c
2 changed files with 1 additions and 1 deletions
+1 -1
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):