# Dijsktra algorithm implementation for cities
## To run the script you must use the command: `python city_dijkstra.py`
## The script requiers Python support for `f-strings`, that means Python 3.7 and above!