Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-07 16:14:00 +07:00
parent 5272d29f63
commit 317f683662

View File

@@ -71,7 +71,7 @@ class BaseModel(metaclass=MetaModel):
_description: str
_module: str
_custom: bool
_inherit: tuple[str]
_inherit: str | list[str]
_inherits: dict[str, str]
_table: str
_table_query: str | None