Skip to content

MTable

MTable

Source code in motion/__init__.py
71
72
73
class MTable:  # type: ignore
    def __init__(self, *args: Any, **kwargs: Any) -> None:
        raise TableImportError()