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