diff options
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/__init__.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/__init__.py b/lib/sqlalchemy/dialects/postgresql/__init__.py index baafdb181..104077a17 100644 --- a/lib/sqlalchemy/dialects/postgresql/__init__.py +++ b/lib/sqlalchemy/dialects/postgresql/__init__.py @@ -55,6 +55,7 @@ from .ranges import INT8MULTIRANGE from .ranges import INT8RANGE from .ranges import NUMMULTIRANGE from .ranges import NUMRANGE +from .ranges import Range from .ranges import TSMULTIRANGE from .ranges import TSRANGE from .ranges import TSTZMULTIRANGE @@ -135,6 +136,7 @@ __all__ = ( "NamedType", "CreateEnumType", "ExcludeConstraint", + "Range", "aggregate_order_by", "array_agg", "insert", |