Reafctor app
This commit is contained in:
parent
b8216f6ade
commit
7740be8bb5
36 changed files with 389 additions and 208 deletions
8
app/models/__init__.py
Normal file
8
app/models/__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
__all__ = [
|
||||
"chargepoint",
|
||||
"connector",
|
||||
"id_token",
|
||||
"meter_value",
|
||||
"transaction",
|
||||
"user"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue