Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-07 16:15:11 +07:00
parent ca282ca116
commit e53e51ad53

View File

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