This commit is contained in:
2025-01-09 02:10:46 +01:00
parent d2baaacbc8
commit 086bd8bff6

View File

@ -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: