# .families

Supported families.

## Introduction

Read about the architecture of plug-ins for a better understanding of the `families` attribute.

## Implementation

A plug-in may support one or more families by appending it's absolute name to the `families` attribute.

```python
class MyPlugin(...):
   families = ["myFamily"]
```
