https://docs.sqlalchemy.org/en/14/orm/extensions/declarative/
Changed in version 1.4: The vast majority of the Declarative extension is now integrated into the SQLAlchemy ORM and is importable from the sqlalchemy.orm namespace.
Using the old location (ext.declarative) gives a deprecation warning when SQLALCHEMY_WARN_20 enabled.
https://docs.sqlalchemy.org/en/14/orm/extensions/declarative/
Using the old location (ext.declarative) gives a deprecation warning when SQLALCHEMY_WARN_20 enabled.