agreg-server/server/app/domain/entities/__init__.py

3 lines
No EOL
64 B
Python

from .uplink_event import UplinkEvent
__all__ = ["UplinkEvent"]