From 086bd8bff6738793d5c729fbec8b04b27f4ed661 Mon Sep 17 00:00:00 2001 From: steev Date: Thu, 9 Jan 2025 02:10:46 +0100 Subject: [PATCH] docs: --- modules/geoObjects.py | 1 + 1 file changed, 1 insertion(+) 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: