File size: 138 Bytes
2a0bc63
 
 
 
 
1
2
3
4
5
6
from cassio.table.base_table import BaseTable


class BaseTableMixin(BaseTable):
    """All other mixins should inherit from this one."""