from __future__ import annotations

from .extension import SQLAlchemy

__version__ = "3.1.0"

__all__ = [
    "SQLAlchemy",
]
