Prepare monorepo
This commit is contained in:
parent
a1ddb43ed0
commit
938582155d
61 changed files with 5 additions and 5 deletions
10
backend/app/models/__init__.py
Normal file
10
backend/app/models/__init__.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
__all__ = [
|
||||
"chargepoint_variable",
|
||||
"chargepoint",
|
||||
"connector",
|
||||
"id_token",
|
||||
"meter_value",
|
||||
"session",
|
||||
"transaction",
|
||||
"user"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue