simple-ocpp-cs/app/models/__init__.py

8 lines
114 B
Python
Raw Normal View History

2024-04-13 22:43:03 +02:00
__all__ = [
"chargepoint",
"connector",
"id_token",
"meter_value",
"transaction",
"user"
]