# DarkMatterType

```python
import torch
import numpy as np
import pandas as pd

DarkMatterType = np.array | pd.DataFrame | torch.Tensor
```
