refacto: rename app into backend, to prepare for frontend dev
This commit is contained in:
parent
017092040d
commit
e605bf8603
32 changed files with 2 additions and 2 deletions
4
server/backend/domain/entities/__init__.py
Normal file
4
server/backend/domain/entities/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from .uplink_event import UplinkEvent
|
||||
from .consumption_point import ConsumptionPoint, ConsumptionResponse
|
||||
|
||||
__all__ = ["UplinkEvent", "ConsumptionPoint", "ConsumptionResponse"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue