|
@@ -36,6 +36,10 @@ class Model:
|
|
def delete_instance(self) -> Any:
|
|
def delete_instance(self) -> Any:
|
|
pass
|
|
pass
|
|
|
|
|
|
|
|
+ @classmethod
|
|
|
|
+ def alias(cls: Type[T]) -> Type[T]:
|
|
|
|
+ pass
|
|
|
|
+
|
|
|
|
|
|
# These all do things that MyPy chokes on, so we're going to treat
|
|
# These all do things that MyPy chokes on, so we're going to treat
|
|
# them like methods instead of naming classes
|
|
# them like methods instead of naming classes
|