refacto: reorganize POC into clean architecture for modularity
This commit is contained in:
parent
9dd53b1b24
commit
0830c2f182
14 changed files with 194 additions and 104 deletions
3
app/consumer/src/entities/__init__.py
Normal file
3
app/consumer/src/entities/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .uplink_event import UplinkEvent
|
||||
|
||||
__all__ = ["UplinkEvent"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue