# Core

Lifecycle handler classes for the BizzSwatches plugin.

## Files

| File              | Class                          | Purpose                                    |
| ----------------- | ------------------------------ | ------------------------------------------ |
| `Activator.php`   | `Bizzswatches\Core\Activator`  | Plugin activation tasks (default options, rewrite rules)                |
| `Deactivator.php` | `Bizzswatches\Core\Deactivator`| Plugin deactivation cleanup                |

## Note

Helper/utility classes have been moved to the `Helper/` directory. See `includes/Helper/README.md`.
