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

3 lines
64 B
Python
Raw Normal View History

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