blatted/blatted/events/__init__.py

4 lines
68 B
Python

from .event import DeviceDiscovered
__all__ = ["DeviceDiscovered"]