Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-07 16:13:23 +07:00
parent b91e211e89
commit 46be6b1f70

View File

@@ -78,7 +78,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