diff --git a/modules/geoObjects.py b/modules/geoObjects.py index 7c2453c..61b36ba 100644 --- a/modules/geoObjects.py +++ b/modules/geoObjects.py @@ -6,6 +6,7 @@ from sqlalchemy.exc import OperationalError Base = declarative_base() +# TODO: build license plate into car api construct and rebuild api to fit new data # Funktion zur Herstellung einer Verbindung zur Datenbank def db_connect(): try: