#!/usr/bin/env python3 """ Service plugins for MeshCore Bot Background services that run alongside the bot """ from .base_service import BaseServicePlugin __all__ = ['BaseServicePlugin']