Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create a message model for a given table name.
create_message_model( table_name: str, DynamicBase: Any, ) -> Any
table_name
str
The name of the table to use.
DynamicBase
Any
The base class to use for the model.