EU-Utility/projects/EU-Utility/plugins/event_bus_example/__init__.py

5 lines
111 B
Python

"""Event Bus Example Plugin."""
from .plugin import EventBusExamplePlugin
__all__ = ['EventBusExamplePlugin']