diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index dea1033..b6afde6 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -46,6 +46,7 @@ from .types import ( ScalarListException, TimezoneType, TSVectorType, + URLType, UUIDType, ) @@ -100,6 +101,7 @@ __all__ = ( ScalarListType, TimezoneType, TSVectorType, + URLType, UUIDType, database_exists, create_database,