4 lines
86 B
Python
4 lines
86 B
Python
from teal.db import SQLAlchemy
|
|
|
|
db = SQLAlchemy(session_options={"autoflush": False})
|