|
|
@@ -5,7 +5,8 @@ |
|
|
|
|
|
|
|
from __future__ import annotations |
|
|
|
|
|
|
|
from typing import Any, Generic, Self, Type, TypeVar, overload |
|
|
|
from typing import Any, Generic, Type, TypeVar, overload |
|
|
|
from typing_extensions import Self |
|
|
|
|
|
|
|
_ModelT = TypeVar ('_ModelT', bound = 'Model') |
|
|
|
|
|
|
|