I need to get the primary key (id) of a record inserted into a table when designing a flask API. My models.py setup is:
id
models.py
Base = declarati